diff --git a/core/rtw_debug.c b/core/rtw_debug.c index e35ac39..fd47a5e 100644 --- a/core/rtw_debug.c +++ b/core/rtw_debug.c @@ -68,7 +68,7 @@ u32 GlobalDebugLevel = _drv_err_; void dump_drv_version(void *sel) { DBG_871X_SEL_NL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION); - DBG_871X_SEL_NL(sel, "build time: %s %s\n", __DATE__, __TIME__); +// DBG_871X_SEL_NL(sel, "build time: %s %s\n", __DATE__, __TIME__); } void dump_drv_cfg(void *sel)