This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 7b145dd7a4c93f5c1d42a0b5c53be0ca36dee0c6 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Sep 23 10:59:20 2017 +0200 Drop left-over debug print() call. --- x2gobroker/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/x2gobroker/config.py b/x2gobroker/config.py index 772f668..16fdd6f 100644 --- a/x2gobroker/config.py +++ b/x2gobroker/config.py @@ -138,7 +138,6 @@ class X2GoBrokerConfigFile(object): @type value: C{str}, C{list}, C{booAl}, ... """ - print((type (value))) if type(value) is bool: self.iniConfig.set(section, key, str(int(value))) elif type(value) in (list, tuple): -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git