update version to 0.7.5-dev and remove some debug
This commit is contained in:
parent
c94b755b4d
commit
d31f1390ad
2 changed files with 1 additions and 3 deletions
|
@ -57,7 +57,7 @@ class Connection(sleekxmpp.ClientXMPP):
|
|||
self.register_plugin('xep_0004')
|
||||
if config.get('send_poezio_info', 'true') == 'true':
|
||||
info = {'name':'poezio',
|
||||
'version':'0.7.1'}
|
||||
'version':'0.7.5-dev'}
|
||||
if config.get('send_os_info', 'true') == 'true':
|
||||
info['os'] = common.get_os_info()
|
||||
self.register_plugin('xep_0092', pconfig=info)
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue