mirror of
https://github.com/lutris/lutris
synced 2024-11-02 11:48:38 +00:00
Remove unneeded log message
This commit is contained in:
parent
8d6cbe043f
commit
8682b271c6
1 changed files with 0 additions and 2 deletions
|
@ -645,8 +645,6 @@ class Game(GObject.Object):
|
|||
if settings.read_setting('discord_rpc') == 'True' and self.discord_id:
|
||||
logger.info("Updating Discord RPC Status")
|
||||
discord.client.update(self.discord_id)
|
||||
else:
|
||||
logger.info("Discord RPC Disabled or Discord APP ID Not Present")
|
||||
|
||||
self.heartbeat = GLib.timeout_add(HEARTBEAT_DELAY, self.beat)
|
||||
with open(self.now_playing_path, "w", encoding="utf-8") as np_file:
|
||||
|
|
Loading…
Reference in a new issue