aboutsummaryrefslogtreecommitdiff
path: root/emu8k.c
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-02-09 01:09:19 +0100
committerJavier <dev.git@javispedro.com>2022-02-09 01:09:19 +0100
commite575d4df4c5c0cd67bb031361e09ec497562934d (patch)
tree5d0f1151109d7a8fd5f9b547c4fd64193205cad5 /emu8k.c
parent9314830b7674e670807ef210d1e408c7be79947e (diff)
downloadvmusic-e575d4df4c5c0cd67bb031361e09ec497562934d.tar.gz
vmusic-e575d4df4c5c0cd67bb031361e09ec497562934d.zip
cleanup makefile, build-time disable verbose logging by default
Diffstat (limited to 'emu8k.c')
-rw-r--r--emu8k.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/emu8k.c b/emu8k.c
index b41cf82..2d3d9a0 100644
--- a/emu8k.c
+++ b/emu8k.c
@@ -38,8 +38,6 @@
#include <math.h>
-#define LOG_ENABLED 1
-#define LOG_ENABLE_FLOW 1
#define LOG_GROUP LOG_GROUP_DEV_SB16
#include <VBox/log.h>
#include <iprt/assert.h>