diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-03 12:46:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-03 12:46:51 +0100 |
| commit | 9f5a1507380c52338765477da7cbe378b68870d9 (patch) | |
| tree | a181c6ba1e6c724f8c6d560c07fbbf6a14239e1e | |
| parent | 4c0eafea453d7cc13102fec0537a4f39110652ce (diff) | |
Remove debugging echo.
| -rwxr-xr-x | run/tests | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,7 +55,6 @@ fi rm -f $work/info.log for d in `find $private/metadata -mindepth 1 -maxdepth 1 -type d | sort`; do if [ `basename $d` != ".git" ]; then - echo $d $dcpinfo -k -s $d 2> /dev/null >> $work/info.log if [ "$?" != "0" ]; then echo "FAIL: dcpinfo failed for $d" |
