From 537652687593da63e346ec9d2aaf2bab240d5aa8 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 29 Dec 2014 17:21:08 -0500 Subject: [PATCH] removed debugging line. --- scripts/rev_control/version_control.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index b42df568..250812e2 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -102,7 +102,6 @@ function compute_modifier() function do_checkin() { local directory="$1"; shift -echo "do_checkin sees directory '$directory'" do_update "$directory" if [ $? -ne 0 ]; then echo "Repository update failed; this should be fixed before check-in." -- 2.34.1