Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.

Commit

Permalink
Remove extraneous logging
Browse files Browse the repository at this point in the history
It was causing crashes anyway.
  • Loading branch information
Sheeo authored Jun 12, 2018
1 parent 820b13f commit 1c9d06c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions liveReplay/replays.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ def getReplaysInfos(self):
if query.size() != 0:
self.replayInfo["num_players"] = query.size()
query.first()
values = []
for i in range(9):
values.append(str(query.value(i)))
value_str = ", ".join(values)
self.__logger.debug("replay {} info: {}".format(self.uid, value_str))
self.replayInfo["featured_mod"] = str(query.value(0))
self.replayInfo["game_type"] = int(query.value(1) or 0)
mapname = str(query.value(2))
Expand Down

0 comments on commit 1c9d06c

Please sign in to comment.