10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-25 05:31:51 +02:00

Remove args printing

This commit is contained in:
Mickaël Véril 2020-06-17 13:20:47 +02:00
parent 17bbe7b953
commit eb165e20b2

View File

@ -16,7 +16,6 @@ parser.add_argument('--format',type=str, choices=[t.name for t in list(Format)],
parser.add_argument('--debug', action='store_true', help='Debug mode')
parser.add_argument('--suffix',type=str,default=None)
args = parser.parse_args()
print(args)
lines=args.file.readlines()
soup=TexSoup(lines)
commands=[LaTeX.newCommand(cmd) for cmd in soup.find_all("newcommand")]