Skip to content

Commit

Permalink
Remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h committed Jun 21, 2024
1 parent 7817185 commit 095cc4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions syncplay/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,8 +998,6 @@ def autoplayConditionsMet(self):
if self.seamlessMusicOveride():
self.setPaused(False)
recentlyAdvanced = self._recentlyAdvanced()
print (self.userlist.areAllUsersInRoomReady(requireSameFilenames=self._config["autoplayRequireSameFilenames"])
and ((self.autoPlayThreshold and self.userlist.usersInRoomCount() >= self.autoPlayThreshold) or recentlyAdvanced))
return (
self._playerPaused and (self.autoPlay or recentlyAdvanced) and
self.userlist.currentUser.canControl() and self.userlist.isReadinessSupported()
Expand Down

0 comments on commit 095cc4d

Please sign in to comment.