Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Nov 12, 2024
1 parent b192638 commit 14b327d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/robotide/namespace/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ class Dummy:
language='En'
parent = Dummy()
store = VariableStore(Variables(parent, ""))
print(f"namespace._VariableStash.set_from_file: variable_path {varfile_path} "
f"args {args}")
# print(f"namespace._VariableStash.set_from_file: variable_path {varfile_path} "
# f"args {args}")
try:
vars_from_file = VariableFileSetter(store)
resulting_vars = vars_from_file._import_if_needed(varfile_path, args)
Expand Down

0 comments on commit 14b327d

Please sign in to comment.