mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove print statement
This commit is contained in:
parent
a07650226a
commit
b3517a2da9
1 changed files with 0 additions and 1 deletions
|
|
@ -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()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue