From 7720f00ffdb6fb23cec263d6aef67f54fd698d95 Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Fri, 14 Apr 2023 23:40:37 +0200 Subject: cli: Remove irrelevant information when loading source Signed-off-by: Johnny Richard --- src/pipac.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pipac.c') diff --git a/src/pipac.c b/src/pipac.c index 0df4a08..29c21bd 100644 --- a/src/pipac.c +++ b/src/pipac.c @@ -46,8 +46,6 @@ main(int argc, char **argv) lexer_t lexer; lexer_init(&lexer, filepath); - printf("[INFO]: %ld bytes loaded [filename='%s']\n", lexer.srclen, lexer.filepath); - parser_t parser; parser_init(&parser, &lexer); ast_function_t func = parser_parse_function(&parser); -- cgit v1.2.3