From f4c6ce93598bcc1789a206b899be35b2b7a5194d Mon Sep 17 00:00:00 2001 From: Nathan Grigg Date: Wed, 15 Apr 2015 14:08:57 -0700 Subject: Remove errant debug lines --- indent/beancount.vim | 2 -- 1 file changed, 2 deletions(-) (limited to 'indent/beancount.vim') diff --git a/indent/beancount.vim b/indent/beancount.vim index da8fed2..686cbdc 100644 --- a/indent/beancount.vim +++ b/indent/beancount.vim @@ -13,8 +13,6 @@ function GetBeancountIndent(line_num) let this_line = getline(a:line_num) let prev_line = getline(a:line_num - 1) " This is a new directive or previous line is blank. - echom this_line - echom prev_line if this_line =~ '\v^\s*\d{4}-\d{2}-\d{2}' || prev_line =~ '^\s*$' return 0 endif -- cgit v1.2.3-2-gb3c3