Remove print statement

This commit is contained in:
Roy Nieterau 2022-08-12 09:47:21 +02:00
parent a07650226a
commit b3517a2da9

View file

@ -564,7 +564,6 @@ class SubsetsModel(TreeModel, BaseRepresentationModel):
# This runs in the main thread because it involves the host DCC
if self._host:
time_since_refresh = time.time() - self._host_loaded_refresh_time
print(time_since_refresh)
if time_since_refresh > self._host_loaded_refresh_timeout:
repre_ids = {con.get("representation")
for con in self._host.ls()}