mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
Remove extra logging
This commit is contained in:
parent
dfc691771e
commit
8451f299ab
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ class Graph(BaseObject):
|
|||
|
||||
# re-create edges taking into account what has been duplicated
|
||||
for attr, linkExpression in duplicateEdges.items():
|
||||
logging.warning("attr={} linkExpression={}".format(attr.fullName, linkExpression))
|
||||
# logging.warning("attr={} linkExpression={}".format(attr.fullName, linkExpression))
|
||||
link = linkExpression[1:-1] # remove starting '{' and trailing '}'
|
||||
# get source node and attribute name
|
||||
edgeSrcNodeName, edgeSrcAttrName = link.split(".", 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue