Remove a debug statement.

This commit is contained in:
Michael DeHaan 2013-04-16 19:09:12 -04:00
parent 86d47bce5f
commit b54e955595

View file

@ -717,7 +717,6 @@ def safe_eval(str):
def listify_lookup_plugin_terms(terms, basedir, inject): def listify_lookup_plugin_terms(terms, basedir, inject):
if isinstance(terms, basestring): if isinstance(terms, basestring):
print "A0"
# somewhat did: # somewhat did:
# with_items: alist # with_items: alist
# OR # OR