summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/core/logger.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/logger.py')
-rw-r--r--contrib/python/ipython/py3/IPython/core/logger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/logger.py b/contrib/python/ipython/py3/IPython/core/logger.py
index ab12d10e229..101665bcc21 100644
--- a/contrib/python/ipython/py3/IPython/core/logger.py
+++ b/contrib/python/ipython/py3/IPython/core/logger.py
@@ -191,7 +191,7 @@ which already exists. But you must first start the logging process with
def log_write(self, data, kind='input'):
"""Write data to the log file, if active"""
- #print 'data: %r' % data # dbg
+ # print('data: %r' % data) # dbg
if self.log_active and data:
write = self.logfile.write
if kind=='input':