Skip to content

Commit

Permalink
Removed extraneous print
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-verma committed Jul 4, 2022
1 parent d0828c2 commit 0b676e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arjuna/interact/gui/auto/finder/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def __translate_node_rlvalue_to_xpath(cls, gltype, rlvalue, prefix_slashes=True)
prefix = ""
glvalue = f"{prefix}{tags}{xblocks_str}"
gltype = GenericLocateWith.XPATH
print(gltype, glvalue)
return gltype, glvalue

@classmethod
Expand Down

0 comments on commit 0b676e1

Please sign in to comment.