Removed some prints
This commit is contained in:
parent
ea8254c68e
commit
b1c8f7b368
|
@ -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"]:
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue