diff --git a/src/robotide/namespace/namespace.py b/src/robotide/namespace/namespace.py index b8e833700..cc97ef1a8 100644 --- a/src/robotide/namespace/namespace.py +++ b/src/robotide/namespace/namespace.py @@ -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)