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")