diff --git a/tools/join.c b/tools/join.c index 5189799..ff7845b 100644 --- a/tools/join.c +++ b/tools/join.c @@ -80,7 +80,7 @@ int main(int argc, char* argv[]) { } process_template(template_path, base_path, output_path); - printf("OK\n"); + // printf("OK\n"); return 0; } diff --git a/tools/join.exe b/tools/join.exe index 3849a31..7a10af7 100644 Binary files a/tools/join.exe and b/tools/join.exe differ diff --git a/tools/split.c b/tools/split.c index 2bc3f3b..a62f3d6 100644 --- a/tools/split.c +++ b/tools/split.c @@ -87,7 +87,7 @@ int main(int argc, char* argv[]) { } fclose(input); - printf("OK\n"); + // printf("OK\n"); return 0; } diff --git a/tools/split.exe b/tools/split.exe index 0e1a9c6..02384a0 100644 Binary files a/tools/split.exe and b/tools/split.exe differ