main.c: remove construct_classpath logging

This commit is contained in:
Julian Winkler
2025-10-08 16:06:53 +02:00
parent d3c0a09331
commit 2288f2bce9

View File

@@ -73,8 +73,6 @@ char *construct_classpath(char *prefix, char **cp_array, size_t len)
}
}
printf("construct_classpath: returning >%s<\n", result);
return result;
}