mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
strip dev-only asserts at build stage
This commit is contained in:
parent
0527b59180
commit
2927bbb2d6
11 changed files with 62 additions and 58 deletions
|
@ -70,6 +70,10 @@ def uh2(fp):
|
|||
continue
|
||||
|
||||
on = True
|
||||
|
||||
if " # !rm" in ln:
|
||||
continue
|
||||
|
||||
lns.append(ln)
|
||||
|
||||
cs = "\n".join(lns)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue