MTrack/SCM/WorkingCopy.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:51:42 +0000 (16:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:51:42 +0000 (16:51 +0800)
MTrack/SCM/WorkingCopy.php

index dfce40d..8ee90db 100644 (file)
@@ -33,7 +33,7 @@ abstract class MTrack_SCM_WorkingCopy {
     {
         if (strlen($this->dir) > 1) {
             require_once 'System.php';
-            //echo "rmdir {$this->dir}";
+            echo "rmdir {$this->dir}";
             
             System::rm('-r', $this->dir);
         }