remove useless print

This commit is contained in:
Yann Leboulanger 2008-04-16 14:52:43 +00:00
parent df257baef5
commit 158231493a
1 changed files with 0 additions and 1 deletions

View File

@ -547,7 +547,6 @@ class OptionsParser:
gajim.config.set('version', '0.11.1.2')
def update_config_to_01143(self):
print "updating"
back = os.getcwd()
os.chdir(logger.LOG_DB_FOLDER)
con = sqlite.connect(logger.LOG_DB_FILE)