Remove debug code

This commit is contained in:
Joe Rickerby
2020-07-17 09:31:53 +01:00
parent af2a171994
commit 6847454850
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -66,8 +66,6 @@ def evaluate_word_node(node: bashlex.ast.node, context: NodeExecutionContext) ->
value = value.replace(part_string, part_value, 1)
print('node value:', value)
return value