Remove extraneous print.
This commit is contained in:
parent
5b6ea201fe
commit
43639955fb
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ class Fabricate(dcc.doom_base.WadMap):
|
|||
list.append(options, f"{k}={v}")
|
||||
if len(options) > 0:
|
||||
options = ["-assign", ",".join(options)]
|
||||
print(options)
|
||||
subprocess.run(command + self.dsda_preamble() + options +
|
||||
["-timedemo", self.demo_in_path()] +
|
||||
["-viddump", self.video_path()])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue