Skip to content

Commit 3debbb0

Browse files
committed
OrcLib: remove debug artefacts
1 parent 2f23a36 commit 3debbb0

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/OrcCommand/Command/NTFSInfo/NTFSInfo_Run.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -702,11 +702,6 @@ HRESULT Main::WriteVolStats(
702702
return E_FAIL;
703703
}
704704

705-
if (ntfsReader->VolumeSerialNumber() == 0)
706-
{
707-
int debug = 0;
708-
}
709-
710705
std::shared_ptr<VolumeReader> reader;
711706
auto shadow = loc->GetShadow();
712707
if (shadow && shadow->parentVolume)

src/OrcLib/ShadowCopyVolumeReader.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ ShadowCopyVolumeReader::Read(ULONGLONG offset, CBinaryBuffer& buffer, ULONGLONG
7777
{
7878
Log::Trace("VSS: read (offset: {:#016x}, length: {})", offset, ullBytesToRead);
7979

80-
if (offset == 0)
81-
{
82-
int debug = 0;
83-
}
84-
8580
HRESULT hr = Seek(offset);
8681
if (FAILED(hr))
8782
{

0 commit comments

Comments
 (0)