From b1c8f7b3689417c16fe659e07b8aef2afbac9239 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sun, 8 Dec 2013 16:45:48 +0100 Subject: [PATCH] Removed some prints --- seopardy.py | 1 - windows.py | 1 - 2 files changed, 2 deletions(-) diff --git a/seopardy.py b/seopardy.py index b870ceb..bd3bcbe 100755 --- a/seopardy.py +++ b/seopardy.py @@ -71,7 +71,6 @@ if __name__ == '__main__': sys.exit(1) # create and start input threads - print(config["playerInput"]) inputs = [] if config["playerInput"] is not None: for playerInput in config["playerInput"]: diff --git a/windows.py b/windows.py index 7c455ff..567ae6a 100644 --- a/windows.py +++ b/windows.py @@ -345,7 +345,6 @@ class PlayerStartWindow(QtGui.QDialog): self._playerLineEdits = [] - #print(self.disconnect(self, QtCore.SIGNAL("accepted()"), self, QtCore.SLOT("accept()"))) self._setupGui() self.show() MusicBox.play_music("startSong")