raster pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/forecasts.git/commit/?id=343b2a38660845c6cc12a7ae1736bde700c463d2
commit 343b2a38660845c6cc12a7ae1736bde700c463d2 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Tue Apr 6 15:20:45 2021 +0100 lets disable debug now things seem stable and working --- src/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e_mod_main.c b/src/e_mod_main.c index e847d7a..cf8a670 100644 --- a/src/e_mod_main.c +++ b/src/e_mod_main.c @@ -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__) --