减少日志输出

This commit is contained in:
nnhy 2015-12-11 14:14:08 +00:00
parent 08e1c14287
commit 110eefc669
1 changed files with 2 additions and 2 deletions

View File

@ -154,9 +154,9 @@ void TTime::SetTime(ulong seconds)
BaseSeconds = seconds - Seconds; BaseSeconds = seconds - Seconds;
#if DEBUG #if DEBUG
DateTime dt(seconds); /*DateTime dt(seconds);
debug_printf("TTime::SetTime 设置时间 "); debug_printf("TTime::SetTime 设置时间 ");
dt.Show(true); dt.Show(true);*/
#endif #endif
// 保存到RTC // 保存到RTC