remove debug printf

This commit is contained in:
Vincent Wei
2019-05-17 16:49:01 +08:00
parent 617715e332
commit d3541df49e
-2
View File
@@ -431,8 +431,6 @@ BOOL GUIAPI SetTimerEx (HWND hWnd, LINT id, DWORD speed,
timerstr[slot]->tick_count = 0;
timerstr[slot]->msg_queue = pMsgQueue;
_MG_PRINTF ("KERNEL>Timer: setup a new timer for window (%p) at slot (%d)\n", hWnd, slot);
#ifdef _MGRM_PROCESSES
if (!mgIsServer)
__mg_set_select_timeout (USEC_10MS * speed);