commit | 4d4320c59c1acf1fb6a7ad3dcea4c344d9505d62 | [log] [tgz] |
---|---|---|
author | car-da <30801113+car-da@users.noreply.github.com> | Wed Oct 04 10:38:08 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed Oct 04 10:38:08 2017 +0200 |
tree | 0f3c754cd3d4d48eda2ac9aa3daa07f73c2d84cc | |
parent | 0da4149be00f2819ab6166cf3a3ffa06db98366f [diff] |
Update reclass.py remove log.debug
diff --git a/_modules/reclass.py b/_modules/reclass.py index 96094f7..23b1e99 100644 --- a/_modules/reclass.py +++ b/_modules/reclass.py
@@ -555,7 +555,6 @@ ''' node = node_get(name=name) if node.has_key('Error'): - LOG.debug("Error in retrieving node {0}".format(name)) return {'Error': 'Error in retrieving node'} for name, values in node.items():