From 733147a27215e8be3863791ad61fc3131bc77c7f Mon Sep 17 00:00:00 2001 From: Aharon Hillel Date: Tue, 14 Feb 2012 13:52:46 +0000 Subject: [PATCH] exactness: removed debug message Signed-off-by: Aharon Hillel SVN revision: 67930 --- src/scripts/write.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/write.sh b/src/scripts/write.sh index 0abdcea..f86f7fb 100755 --- a/src/scripts/write.sh +++ b/src/scripts/write.sh @@ -104,8 +104,8 @@ then return 1 fi -echo \"test name="\$_test_name"\" -echo \"test cmd="\$_test_cmd"\" +DEBUG echo \"test name="\$_test_name"\" +DEBUG echo \"test cmd="\$_test_cmd"\" return 0 }