MTrackWeb/Merger.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 5 Sep 2011 10:50:06 +0000 (18:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 5 Sep 2011 10:50:06 +0000 (18:50 +0800)
MTrackWeb/Merger.php

index c07af92..3b7e207 100644 (file)
@@ -39,7 +39,7 @@ class MTrackWeb_Merger extends MTrackWeb_Log {
          
         $this->repo->debug = 1;
         $ar = $this->repo->history("/", null, "rev",  "$release..$live");
-        echo '<PRE>';print_R($ar);
+        //echo '<PRE>';print_R($ar);
         
         // need to get a 2 dimensional array of
         // files along top, and commints down.
@@ -55,7 +55,7 @@ class MTrackWeb_Merger extends MTrackWeb_Log {
         }
         // this might result in alot of white boxes where you can
         // let's see what it looks like..
-        
+        echo '<PRE>';print_R($ar);
         die("done");