Commit 366f2495 authored by Jan Kiene's avatar Jan Kiene
Browse files

remove leftover print from debugging

parent 36824cde
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -219,7 +219,6 @@ def postprocess_cmdline(cmdline: str, cwd: pathlib.Path) -> str:
    # remove the "quite" flag
    # for output and bitstream files only keep the filename
    for elem in cmdline_split:
        print(elem)
        if elem == "-q":
            continue
        elif (elem_as_path := pathlib.Path(elem)).is_absolute():