Skip to content

Commit

Permalink
Removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Apr 15, 2024
1 parent e6b546c commit 5c99af0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daliuge-translator/dlg/dropmake/pgt.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ def to_pg_spec(
"Insufficient number of nodes: {0}".format(nodes_len)
)
is_list = node_list
logger.debug(">>>>> node_list: %s", node_list)
nm_list = (
[node_list[1]] + node_list[1:]
if isinstance(node_list, list) and len(node_list) > 1
Expand Down

0 comments on commit 5c99af0

Please sign in to comment.