fixed logging
[psensor.git] / src / lib / log.h
index 38efb3e..cf4fcd3 100644 (file)
@@ -30,7 +30,6 @@ enum log_level {
 void log_open(const char *path);
 
 void log_printf(int lvl, const char *fmt, ...);
-void log_debug(const char *fmt, ...);
 
 void log_close();