Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored May 6, 2021
1 parent 6364c9d commit 556da41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/openslide/large_image_source_openslide/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ def _getAssociatedImage(self, imageKey):
return None
if images[imageKey] == 'openslide':
try:
print('YYYYYYY')
return self._openslide.associated_images[imageKey]
except openslide.lowlevel.OpenSlideError:
return None
Expand Down

0 comments on commit 556da41

Please sign in to comment.