MTrack/SCM/Git/Repo.php
authorAlan Knowles <alan@roojs.com>
Mon, 10 Sep 2018 02:23:39 +0000 (10:23 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 10 Sep 2018 02:23:39 +0000 (10:23 +0800)
MTrack/SCM/Git/Repo.php

index d71aa43..abe6351 100644 (file)
@@ -242,8 +242,7 @@ HOOK;
         } else {
             $args[] = "master";
         }
-       var_dump($rev);
-    
+     
         if ($limit !== null) {
             if (is_int($limit)) {
                 $args[] = "--max-count=$limit";