remove debug print

This commit is contained in:
2025-06-11 02:12:52 +01:00
parent a47df1ddb0
commit 406c57c296

View File

@@ -220,5 +220,4 @@ void free_parsed(void *ptr) {
free_parsed_list(parsed); free_parsed_list(parsed);
break; break;
} }
printf("%d\n",parsed->type);
} }