mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-03 20:53:59 +01:00
Remove args printing
This commit is contained in:
parent
17bbe7b953
commit
eb165e20b2
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user