Browse Source

removed forgottent log

sferot 10 years ago
parent
commit
f24039d119
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pboard/pboard/controllers/root.py

+ 0 - 1
pboard/pboard/controllers/root.py View File

@@ -134,7 +134,6 @@ class RootController(BaseController):
134 134
               row = dict(pm.DBSession.execute("select * from pod_nodes_history where node_id=:node_id and version_id=:version_id", {"node_id":liNodeId, "version_id":liVersionId}).first().items())
135 135
               del(row['version_id'])
136 136
               loCurrentNode = pbmd.PBNode(**row)
137
-              log.info(loCurrentNode)
138 137
           else:
139 138
             loCurrentNode    = loApiController.getNode(liNodeId)
140 139
         except Exception as e: