diff --git a/core/rtw_debug.c b/core/rtw_debug.c index 7aa5d57..8c45870 100644 --- a/core/rtw_debug.c +++ b/core/rtw_debug.c @@ -31,7 +31,6 @@ static const char *rtw_log_level_str[] = { void dump_drv_version(void *sel) { RTW_PRINT_SEL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION); - RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__); } void dump_drv_cfg(void *sel)