summaryrefslogtreecommitdiffstats
path: root/scripts/test
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test')
-rwxr-xr-xscripts/test2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/test b/scripts/test
index db6de5da..ebb6d6ce 100755
--- a/scripts/test
+++ b/scripts/test
@@ -18,8 +18,6 @@ def run_vimscript(src)
func! Log(msg)
if $DEV != '1'
echo a:msg
- else
- echon '.'
endif
endfunc
EOM