summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-09-25 18:15:08 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-09-25 18:15:08 -0400
commite464a49448ded97b8ee2dd407dfe92f4a59e3d3a (patch)
tree9bc4248a6f8101fccd79edc8d7e49a6be7983437
parent9ca2d514b76d255b65c97643bb38690dc6699a77 (diff)
tx0: Turn RIM logging back off
-rw-r--r--src/devices/cpu/tx0/tx0.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tx0/tx0.cpp b/src/devices/cpu/tx0/tx0.cpp
index 54d31301b04..e6945641040 100644
--- a/src/devices/cpu/tx0/tx0.cpp
+++ b/src/devices/cpu/tx0/tx0.cpp
@@ -16,7 +16,7 @@
#include "debugger.h"
#define LOG_RIM (1 << 1U)
-#define VERBOSE (LOG_RIM)
+//#define VERBOSE (LOG_RIM)
#include "logmacro.h"