Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Nov 30, 2023
1 parent e9e3734 commit 63a6951
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wooey/models/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,10 +759,6 @@ class Meta:
verbose_name_plural = _("virtual environments")

def get_venv_python_binary(self):
if wooey_settings.IS_WINDOWS:
p = os.path.join(self.get_install_path(), "Scripts")
if os.path.exists(p):
print(os.listdir(p))
return os.path.join(
self.get_install_path(),
"Scripts" if wooey_settings.IS_WINDOWS else "bin",
Expand Down

0 comments on commit 63a6951

Please sign in to comment.