summaryrefslogtreecommitdiff
path: root/src/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.py')
-rw-r--r--src/core.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core.py b/src/core.py
index e2f3633e..b96315c0 100644
--- a/src/core.py
+++ b/src/core.py
@@ -755,7 +755,6 @@ class Core(object):
Reset terminal capabilities to what they were before ncurses
init
"""
- log.debug('ALLO, reset_curses')
curses.echo()
curses.nocbreak()
curses.curs_set(1)
@@ -1392,7 +1391,6 @@ class Core(object):
self.information(_("unknown command (%s)") % (command), _('Error'))
def doupdate(self):
- log.debug('doupdate doupdate')
if not self.running:
return
self.current_tab().just_before_refresh()