Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Numerlor committed Jun 28, 2019
1 parent 2de0a56 commit ef2e946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def main(self):
self.sys_signal.emit(self.list_index, self.dark)
elif loaded['event'] == "Shutdown":
self.game_shut_signal.emit(self.data_values, self.list_index)
print("Oiboi")
self.close_ahk()
break

Expand Down

0 comments on commit ef2e946

Please sign in to comment.