Remove unused printf message

This commit is contained in:
HuangXin 2018-09-30 16:22:52 +08:00
parent 3e0cdf8cc8
commit 5af52d6dbd
1 changed files with 0 additions and 1 deletions

View File

@ -350,7 +350,6 @@ static int __getOnTimestamp(PALARM_ITEM_DATA pInfo)
{
if(pInfo->repeatMode == REPEAT_MODE_EVERY_MONTH_DAY)
{
DEBUG_CODE_LINE();
if(pInfo->onDateTime.tm_mon < 11)
{
pInfo->onDateTime.tm_mon++;