MTrack/SCM/Git/WorkingCopy.php
[web.mtrack] / MTrack / SCM / Git / WorkingCopy.php
index a7102b0..771a0b8 100644 (file)
@@ -77,8 +77,7 @@ class MTrack_SCM_Git_WorkingCopy extends MTrack_SCM_WorkingCopy
         if (!strlen($reason)) {
             $reason = 'Changed';
         }
-        print_R($CS);exit;
-        echo htmlspecialchars(implode(" ", array('commit', '-a', '-m', $reason ,
+         echo htmlspecialchars(implode(" ", array('commit', '-a', '-m', $reason ,
                        '--author="' . $CS->name . ' <'. $CS->email . '>"' )));exit;
          exit;
         return stream_get_contents(