remove useless print
This commit is contained in:
parent
df257baef5
commit
158231493a
|
@ -547,7 +547,6 @@ class OptionsParser:
|
||||||
gajim.config.set('version', '0.11.1.2')
|
gajim.config.set('version', '0.11.1.2')
|
||||||
|
|
||||||
def update_config_to_01143(self):
|
def update_config_to_01143(self):
|
||||||
print "updating"
|
|
||||||
back = os.getcwd()
|
back = os.getcwd()
|
||||||
os.chdir(logger.LOG_DB_FOLDER)
|
os.chdir(logger.LOG_DB_FOLDER)
|
||||||
con = sqlite.connect(logger.LOG_DB_FILE)
|
con = sqlite.connect(logger.LOG_DB_FILE)
|
||||||
|
|
Loading…
Reference in New Issue