remove debug output

This commit is contained in:
VincentWei
2018-05-19 14:01:09 +08:00
parent 5e0dda0421
commit 0b9c425b84
-1
View File
@@ -330,7 +330,6 @@ static LRESULT AnimationCtrlProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM
break;
case MSG_TIMER:
_MG_PRINTF ("Animation: Timer: %lu\n", lParam);
if(anim_info->anim == NULL)
return 0;
if (anim_info->status == ANIM_STATUS_PLAY) {