Remove debug

This commit is contained in:
Fierelier 2024-01-24 00:11:01 +01:00
parent 3d5f0398a4
commit bbe92187a1
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ def main():
cmds.append([sys.executable,p(sp,"fstream.py"),addressStr(address),"watch"])
if aes == True: cmds.append([sys.executable,p(sp,"util","fstream-util-aes_to_pipe.py")])
for decoder in config["decoder"]: cmds.append(decoder)
for cmd in cmds: print(cmd)
procs = []
procs.append(subprocess.Popen(cmds[0],stdout=subprocess.PIPE))