Remove print statement

This commit is contained in:
Krzosa Karol
2023-01-23 12:51:04 +01:00
parent 90f527f786
commit af1e05aab1
2 changed files with 2 additions and 3 deletions

View File

@@ -347,7 +347,6 @@ class RemedyBuildCommand(ExecCommand):
if kwargs.get(key) != None:
kwargs[key] = sublime.expand_variables(kwargs[key], variables)
print(os.environ)
for key in os.environ.keys():
if key not in kwargs["env"]:
kwargs["env"][key] = os.environ[key]