Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / base / setup / usetup / progress.c
index bd6d490..5543381 100644 (file)
@@ -317,14 +317,6 @@ ProgressSetStep (PPROGRESSBAR Bar,
     {
       Bar->Percent = NewPercent;
 
-      /* DO NOT REMOVE THOSE LINES
-       * This might be needed by sysreg
-       */
-      if (NewPercent ==  50)
-      {
-        DPRINT1("CHECKPOINT:HALF_COPIED\n");
-      }
-
       sprintf(TextBuffer, "%-3lu%%", Bar->Percent);
 
       coPos.X = Bar->Left + (Bar->Width - 2) / 2;