Skip to content

Commit

Permalink
messageLogs removed
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Apr 18, 2018
1 parent 4fbe78f commit f53acd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SentinelHub/SentinelHub.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,6 @@ def get_bbox(self, crs=None):
current_crs = QgsCoordinateReferenceSystem(self.iface.mapCanvas().mapSettings().destinationCrs().authid())
else:
current_crs = QgsCoordinateReferenceSystem(self.iface.mapCanvas().mapRenderer().destinationCrs().authid())
QgsMessageLog.logMessage(str(current_crs))
QgsMessageLog.logMessage(str(target_crs))
QgsMessageLog.logMessage(str(bbox))
if current_crs != target_crs:
if is_qgis_version_3():
xform = QgsCoordinateTransform(current_crs, target_crs, QgsProject.instance())
Expand Down

0 comments on commit f53acd3

Please sign in to comment.