##// END OF EJS Templates
clean leftover debug info
fperez -
Show More
@@ -6,7 +6,7 b' Requires Python 2.1 or newer.'
6
6
7 This file contains all the classes and helper functions specific to IPython.
7 This file contains all the classes and helper functions specific to IPython.
8
8
9 $Id: iplib.py 982 2005-12-30 23:57:07Z fperez $
9 $Id: iplib.py 983 2005-12-31 00:04:25Z fperez $
10 """
10 """
11
11
12 #*****************************************************************************
12 #*****************************************************************************
@@ -1599,7 +1599,7 b' want to merge them back into the new files.""" % locals()'
1599 # need this done correctly even for code run via runlines (which uses
1599 # need this done correctly even for code run via runlines (which uses
1600 # push).
1600 # push).
1601
1601
1602 print 'push line: <%s>' % line # dbg
1602 #print 'push line: <%s>' % line # dbg
1603 self.autoindent_update(line)
1603 self.autoindent_update(line)
1604
1604
1605 self.buffer.append(line)
1605 self.buffer.append(line)
General Comments 0
You need to be logged in to leave comments. Login now