Skip to content

Commit

Permalink
Remove a debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Oct 18, 2024
1 parent 311540d commit e27145d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion girder/girder_large_image/rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def _itemFindRecursive( # noqa
if offset:
fullPipeline.append({'$skip': offset})

print(fullPipeline)
logger.debug('Find item pipeline %r', fullPipeline)

options = {
Expand Down

0 comments on commit e27145d

Please sign in to comment.