Skip to content

Commit

Permalink
remove debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
hkchengrex committed Jul 23, 2022
1 parent d731469 commit c52926e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inference/interact/resource_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def _get_mask_unbuffered(self, ti):
def invalidate(self, ti):
# the image buffer is never invalidated
self.get_mask.invalidate((ti,))
print(self.get_mask.cache.keys())

def __len__(self):
return self.length
Expand Down

0 comments on commit c52926e

Please sign in to comment.