MAINT: AssetFinder should not write to db

This commit is contained in:
Stewart Douglas
2015-09-10 11:53:26 -04:00
committed by jfkirk
parent 9d313ab877
commit 92f99e62f0
-4
View File
@@ -556,10 +556,6 @@ class AssetFinder(object):
if isinstance(first_identifier, Integral):
return index
# If symbols or Assets are provided, construction and mapping is
# necessary
self.consume_identifiers(index)
# Look up all Assets for mapping
matches = []
missing = []