From f20274aac7a9bd5f45bb8bed771289bfe8dc93ed Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Tue, 26 Jan 2016 10:18:23 +0100 Subject: [PATCH] Removed debug comments --- SharpCompress/Common/SevenZip/ArchiveReader.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SharpCompress/Common/SevenZip/ArchiveReader.cs b/SharpCompress/Common/SevenZip/ArchiveReader.cs index 59e544a7..0196120b 100644 --- a/SharpCompress/Common/SevenZip/ArchiveReader.cs +++ b/SharpCompress/Common/SevenZip/ArchiveReader.cs @@ -1273,11 +1273,7 @@ namespace SharpCompress.Common.SevenZip private void OpenFile() { - //bool skip = !_extractStatuses[_currentIndex]; int index = _startIndex + _currentIndex; - //string filename = @"D:\_testdump\" + _db.Files[index].Name; - //Directory.CreateDirectory(Path.GetDirectoryName(filename)); - //_stream = new FileStream(filename, FileMode.Create, FileAccess.Write, FileShare.Delete); #if DEBUG Log.WriteLine(_db.Files[index].Name); #endif