Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
wwkimball committed Jan 23, 2021
1 parent 288ea1f commit 4cd1d57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yamlpath/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ def delete_nodes(self, yaml_path: Union[YAMLPath, str],

if len(gathered_nodes) > 0:
self._delete_nodes(gathered_nodes)
raise NotImplementedError

def delete_gathered_nodes(self, gathered_nodes: List[NodeCoords]) -> None:
"""
Expand Down

0 comments on commit 4cd1d57

Please sign in to comment.