From 095cc4d834995873869bbd36c91ea80cb43100de Mon Sep 17 00:00:00 2001 From: Et0h Date: Fri, 21 Jun 2024 18:57:01 +0100 Subject: [PATCH] Remove stray print --- syncplay/client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/syncplay/client.py b/syncplay/client.py index e16324d..33458b6 100755 --- a/syncplay/client.py +++ b/syncplay/client.py @@ -998,8 +998,6 @@ class SyncplayClient(object): 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()