From 2355ab8c49b91d3d0797408d72d627870bcdd896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 28 May 2022 20:51:07 +0200 Subject: Remove debug message. --- c/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'c') diff --git a/c/main.c b/c/main.c index 1ce77d9..9e56c11 100644 --- a/c/main.c +++ b/c/main.c @@ -313,7 +313,6 @@ WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) CheckMenuItem(GetMenu(hWnd), IDM_VIEW_OTHERS, MF_UNCHECKED); } - OutputDebugStringA(SzLimitScreenwriter); ElvUpdate(); t = T(1); a = A(SzLimitScreenwriter); -- cgit v1.2.3