Skip to content

Commit 0b676e1

Browse files
committed
Removed extraneous print
1 parent d0828c2 commit 0b676e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arjuna/interact/gui/auto/finder/translator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def __translate_node_rlvalue_to_xpath(cls, gltype, rlvalue, prefix_slashes=True)
192192
prefix = ""
193193
glvalue = f"{prefix}{tags}{xblocks_str}"
194194
gltype = GenericLocateWith.XPATH
195-
print(gltype, glvalue)
196195
return gltype, glvalue
197196

198197
@classmethod

0 commit comments

Comments
 (0)