Skip to content

Commit dca4531

Browse files
committed
Setup Hook No Prints
1 parent 45ff55c commit dca4531

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/setup_hook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
def run_hook(release_path: str, *_):
2-
print("Running setup hook...")
32
with open(f"{release_path}/pwv.js", "w") as file:
43
file.write("window.hasPWV = true;\n")
54

0 commit comments

Comments
 (0)