From 0b9c425b84cda31fd632d965fc9aeccb15e27f11 Mon Sep 17 00:00:00 2001 From: VincentWei Date: Sat, 19 May 2018 14:01:09 +0800 Subject: [PATCH] remove debug output --- src/ex_ctrl/animation.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ex_ctrl/animation.c b/src/ex_ctrl/animation.c index aeb0cb79..70ea09f3 100644 --- a/src/ex_ctrl/animation.c +++ b/src/ex_ctrl/animation.c @@ -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) {