summaryrefslogtreecommitdiff
path: root/buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'buf.c')
-rw-r--r--buf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buf.c b/buf.c
index 2a64b1c..d52336b 100644
--- a/buf.c
+++ b/buf.c
@@ -491,7 +491,7 @@ int Buf::shiftleft(int n)
for (i=0;i<mvsz;i++)
{
char c = buf[n+i];
- printf("%c",c);
+ //printf("%c",c);
buf[i] = c;
}
this->cur_size -= n;