lets disable debug now things seem stable and working

This commit is contained in:
Carsten Haitzler 2021-04-06 15:20:45 +01:00
parent c0cef2a5cb
commit 343b2a3866
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ char *strptime(const char *s, const char *format, struct tm *tm);
#define GOLDEN_RATIO 1.618033989
#define ENABLE_DEBUG 1
#define ENABLE_DEBUG 0
#define DEBUG(f, ...) if (ENABLE_DEBUG) \
printf("[forecasts] "f "\n", __VA_ARGS__)