summaryrefslogtreecommitdiffstats
path: root/include/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/debug.h b/include/debug.h
index 6b6dcd9dc..df0174834 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -38,11 +38,8 @@
lib ## _debug_mask = mask; \
lib ## _debug_mask |= pref ## INIT; \
if (lib ## _debug_mask != pref ## INIT) { \
- const char *ver = NULL; \
__UL_DBG(lib, pref, INIT, ul_debug("library debug mask: 0x%04x", \
lib ## _debug_mask)); \
- /* ul_get_library_version(&ver); \
- __UL_DBG(lib, pref, INIT, ul_debug("library version: %s", ver));*/ \
} \
} while (0)