diff --git a/services/time_system_ability.cpp b/services/time_system_ability.cpp index a3525aadaf48a10e95c185b58ea4077e3c53e900..6a21b8b08faec09759b54db9994bfb18dc74fe3a 100644 --- a/services/time_system_ability.cpp +++ b/services/time_system_ability.cpp @@ -1104,8 +1104,8 @@ void TimeSystemAbility::SetAutoReboot() auto bundleName = GetString(resultSet, 6); auto triggerTime = static_cast(GetLong(resultSet, 9)); if (triggerTime < static_cast(currentTime)) { - TIME_HILOGI(TIME_MODULE_SERVICE, - "triggerTime: %{public}lld currentTime: %{public}lld", triggerTime, currentTime); + // TIME_HILOGI(TIME_MODULE_SERVICE, + // "triggerTime: %{public}lld currentTime: %{public}lld", triggerTime, currentTime); continue; } if (bundleName == NEED_RECOVER_ON_REBOOT) {