MTrack/SCM/Git/Repo.php
[web.mtrack] / 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";