summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xswitch_all_submodules_to_head_and_clean2
1 files changed, 0 insertions, 2 deletions
diff --git a/switch_all_submodules_to_head_and_clean b/switch_all_submodules_to_head_and_clean
index 15e1076..9620d51 100755
--- a/switch_all_submodules_to_head_and_clean
+++ b/switch_all_submodules_to_head_and_clean
@@ -15,8 +15,6 @@ if [[ $gituser == "" ]]; then
fi
THISSCRIPT=$(readlink -f $0)
-echo "$THISSCRIPT"
-exit 1
if [[ ! -e "$THISSCRIPT" ]]; then
echo "Unable to find myself! Exiting..."