Skip to content

Commit

Permalink
[processing] fixed #10780
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jul 2, 2014
1 parent ac5f6c5 commit 322cd0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/tools/dataobjects.py
Expand Up @@ -211,7 +211,6 @@ def getObjectFromUri(uri, forceLoad=True):

if uri is None:
return None
print _loadedLayers
if uri in _loadedLayers:
return _loadedLayers[uri]
layers = getRasterLayers()
Expand Down

0 comments on commit 322cd0d

Please sign in to comment.