Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 28, 2013
1 parent b2a3675 commit 9416aca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/gdal/translate.py
Expand Up @@ -105,7 +105,6 @@ def processAlgorithm(self, progress):
if crsId is not None:
arguments.append("-a_srs")
arguments.append(str(crsId))
self.crs = QgsCoordinateReferenceSystem(crsId)
if sds:
arguments.append("-sds")
if len(extra) > 0:
Expand Down

0 comments on commit 9416aca

Please sign in to comment.