Skip to content

Commit

Permalink
Merge pull request #455 from girder/remove-debug
Browse files Browse the repository at this point in the history
Remove a debug statement.
  • Loading branch information
manthey authored Jun 8, 2020
2 parents 4d5da69 + 57d8665 commit c2869b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/gdal/large_image_source_gdal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ def getInternalMetadata(self, **kwargs):
:returns: a dictionary of data or None.
"""
print('HERE')
result = {}
with self._getDatasetLock:
result['driverShortName'] = self.dataset.GetDriver().ShortName
Expand Down

0 comments on commit c2869b2

Please sign in to comment.