From 77382c5c478b9b8223f98e10c37cbfc6d8811fd3 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 24 Nov 2015 20:16:00 +0100 Subject: [PATCH] remove debug print --- src/common/optparser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/optparser.py b/src/common/optparser.py index 9ab984b27..7c326d5d6 100644 --- a/src/common/optparser.py +++ b/src/common/optparser.py @@ -928,7 +928,6 @@ class OptionsParser: gajim.config.set('version', '0.16.0.1') def update_config_to_01641(self): - print self.old_values['accounts'].keys() for account in self.old_values['accounts'].keys(): connection_types = self.old_values['accounts'][account][ 'connection_types'].split()