Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Feb 5, 2025
1 parent 6997858 commit 0295b3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cloud/filestore/libs/vfs_fuse/fs_impl_data.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "fs_impl.h"
#include "cloud/storage/core/libs/common/verify.h"

#include <cloud/filestore/libs/diagnostics/critical_events.h>
#include <cloud/filestore/libs/diagnostics/profile_log.h>
Expand Down Expand Up @@ -468,9 +467,6 @@ void TFileSystem::Flush(
}

const auto& response = future.GetValue();

// TODO(proller): Remove debug after bug fix
STORAGE_VERIFY_DEBUG_C(!self->Config->GetFileSystemId().empty(), "", self->Config->GetFileSystemId(), "Missing filesystem id in profile log for Flush request");

FinalizeProfileLogRequestInfo(
std::move(requestInfo),
Expand Down

0 comments on commit 0295b3b

Please sign in to comment.