From 6feb4a0ab39a1de36afb1a845bffc8805e70cd35 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Sep 2011 16:51:29 +0800 Subject: [PATCH] MTrack/SCM/WorkingCopy.php --- MTrack/SCM/WorkingCopy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTrack/SCM/WorkingCopy.php b/MTrack/SCM/WorkingCopy.php index 8ee90db4..dfce40d3 100644 --- a/MTrack/SCM/WorkingCopy.php +++ b/MTrack/SCM/WorkingCopy.php @@ -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); } -- 2.39.2