mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
fix: remove erroneous debug print
This commit is contained in:
parent
f53d00e8e2
commit
e31d401585
1 changed files with 0 additions and 1 deletions
|
@ -3473,7 +3473,6 @@ class Viv:
|
|||
)
|
||||
elif has_run:
|
||||
log.debug("script invokes viv.run letting subprocess handle deps")
|
||||
print(tmppath)
|
||||
subprocess_run_quit(
|
||||
[sys.executable, "-S", scriptpath, *rest],
|
||||
env=dict(
|
||||
|
|
Loading…
Reference in a new issue