Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
solesensei committed Nov 13, 2022
1 parent 962dbef commit 415a2ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ngl/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def _parse_date(game: GameInfo):

def add_game(self, game: GameInfo, game_page: CollectionViewPageBlock, use_bg_as_cover: bool = False) -> bool:
row_data = {"title": game.name, "platforms": game.platforms, "release_date": self._parse_date(game), "notes": f"Playtime: {game.playtime}", "playtime": game.playtime_minutes}
echo.m(f"Add game '{row_data}'")
row = self._add_row(game_page.collection, **row_data)
row.icon = game.icon_uri or self._gl_icon
with self.client.as_atomic_transaction():
Expand Down

0 comments on commit 415a2ed

Please sign in to comment.