diff options
author | 2023-05-14 07:59:20 -0400 | |
---|---|---|
committer | 2023-05-14 07:59:20 -0400 | |
commit | 21ccf38de411a0d41eeb3ca0d7f0352e336641b6 (patch) | |
tree | 8ebf92134664da88d9e4511006f998ae33938f67 /src/devices/machine/ds2430a.cpp | |
parent | 43c8466fede33770823f3328cfbcbac5838cae5a (diff) |
ds2430a: Silence logging
Diffstat (limited to 'src/devices/machine/ds2430a.cpp')
-rw-r--r-- | src/devices/machine/ds2430a.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds2430a.cpp b/src/devices/machine/ds2430a.cpp index 2a992ee2667..1d659a3ef6f 100644 --- a/src/devices/machine/ds2430a.cpp +++ b/src/devices/machine/ds2430a.cpp @@ -45,7 +45,7 @@ #define LOG_STATE (1U << 3) #define LOG_DATA (1U << 4) #define LOG_COMMAND (1U << 5) -#define VERBOSE (LOG_PULSE | LOG_BITS | LOG_STATE | LOG_DATA | LOG_COMMAND) +#define VERBOSE (0) #include "logmacro.h" |