Skip to content

Commit 322cd0d

Browse files
committed
[processing] fixed #10780
1 parent ac5f6c5 commit 322cd0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/plugins/processing/tools/dataobjects.py

-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ def getObjectFromUri(uri, forceLoad=True):
211211

212212
if uri is None:
213213
return None
214-
print _loadedLayers
215214
if uri in _loadedLayers:
216215
return _loadedLayers[uri]
217216
layers = getRasterLayers()

0 commit comments

Comments
 (0)