Skip to content
Snippets Groups Projects
Commit 7733dd89 authored by Julien Bonjean's avatar Julien Bonjean
Browse files

[#2531] Oops

parent 3a1c759c
No related branches found
No related tags found
No related merge requests found
...@@ -40,9 +40,6 @@ void internal_log(const int level, const char* format, ...) ...@@ -40,9 +40,6 @@ void internal_log(const int level, const char* format, ...)
if(level > log_level) if(level > log_level)
return; return;
printf("%d\n",level);
printf("%d\n",log_level);
va_list ap; va_list ap;
char *prefix = "<> "; char *prefix = "<> ";
char buffer[4000]; char buffer[4000];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment