diff options
author | Camil Staps | 2016-10-07 21:21:40 +0200 |
---|---|---|
committer | Camil Staps | 2016-10-07 21:21:40 +0200 |
commit | f8e50700cd0eb93154f5c025ef20d428986b856c (patch) | |
tree | e239bc8748edf2b1b80bf532dd46b6ddb5ab8614 /interpreter/log.c | |
parent | Resolve #12, don't show code keyword in debug graph (diff) |
Cleanup (resolves #9)
Diffstat (limited to 'interpreter/log.c')
-rw-r--r-- | interpreter/log.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/interpreter/log.c b/interpreter/log.c deleted file mode 100644 index c369b4b..0000000 --- a/interpreter/log.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "log.h" - -#include <stdio.h> - -#if(LOG_LEVEL < LOG_DEBUG) -void log_debug(char* msg) { - fprintf(stdout, "%s\n", msg); -} -#endif |