MTrack/SCM/WorkingCopy.php
[web.mtrack] / MTrack / SCM / WorkingCopy.php
index dccd1db..47e7182 100644 (file)
@@ -41,6 +41,7 @@ abstract class MTrack_SCM_WorkingCopy {
         
         $tn =  '/var/lib/php5/mtrackworkingdirlEwD96';
         if (file_exists($tn)) {
+            echo "TRASH";
             require_once 'System.php';
             System::rm('-rf', $tn);
         }