Remove unused printf message
This commit is contained in:
parent
3e0cdf8cc8
commit
5af52d6dbd
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue