Pass arguments to the logger the correct way

This commit is contained in:
Roberto Rosario
2014-11-02 20:55:21 -04:00
parent 654022807f
commit ba1729106f
30 changed files with 106 additions and 107 deletions

View File

@@ -239,7 +239,6 @@ class Link(object):
objects.setdefault(resolved_object, {})
objects[resolved_object]['label'] = object_label
#logger.debug('objects: %s' % objects)
return objects
@classmethod