diff --git a/dr1p4ns1.py b/dr1p4ns1.py index bd8caaa..789721b 100644 --- a/dr1p4ns1.py +++ b/dr1p4ns1.py @@ -1209,9 +1209,4 @@ class ANSIDecoder: if __name__=="__main__": FIFO_ENABLED = os.path.exists(FIFO_PATH) files = getfiles(sys.argv) - ui = UI(files) - # for _ in files: - # d=dr1p4ns1(ansifile=_,width=80,debug=False) - # decoder=ANSIDecoder(_,d.width) - # # decoder.as_irc() - # decoder.as_terminal() \ No newline at end of file + ui = UI(files) \ No newline at end of file