Skip to content

Commit 8fbc3fd

Browse files
committed
disable debug log, #BUILD beta
1 parent 2f5acf0 commit 8fbc3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ static bool ParseFile(ImportSettings importSettings, int fileIndex, int? taskId,
645645
ProgressInfo progressInfo = null;
646646
lock (lockObject)
647647
{
648-
Log.WriteLine(progressInfos.Count + " : " + fileIndex, LogEvent.Info);
648+
//Log.WriteLine(progressInfos.Count + " : " + fileIndex, LogEvent.Info);
649649
progressInfo = progressInfos[fileIndex % progressInfos.Count];
650650
}
651651

0 commit comments

Comments
 (0)