Skip to content

Commit 14b327d

Browse files
Remove debug print
1 parent b192638 commit 14b327d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/robotide/namespace/namespace.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ class Dummy:
381381
language='En'
382382
parent = Dummy()
383383
store = VariableStore(Variables(parent, ""))
384-
print(f"namespace._VariableStash.set_from_file: variable_path {varfile_path} "
385-
f"args {args}")
384+
# print(f"namespace._VariableStash.set_from_file: variable_path {varfile_path} "
385+
# f"args {args}")
386386
try:
387387
vars_from_file = VariableFileSetter(store)
388388
resulting_vars = vars_from_file._import_if_needed(varfile_path, args)

0 commit comments

Comments
 (0)