mirror of
https://github.com/9001/copyparty.git
synced 2026-04-01 04:53:10 +10:00
strip dev-only asserts at build stage
This commit is contained in:
@@ -70,6 +70,10 @@ def uh2(fp):
|
||||
continue
|
||||
|
||||
on = True
|
||||
|
||||
if " # !rm" in ln:
|
||||
continue
|
||||
|
||||
lns.append(ln)
|
||||
|
||||
cs = "\n".join(lns)
|
||||
|
||||
Reference in New Issue
Block a user