From 568f123134f70909852e24c23799f27104dcfb0d Mon Sep 17 00:00:00 2001 From: uniboi <64006268+uniboi@users.noreply.github.com> Date: Thu, 26 Jan 2023 09:04:55 +0000 Subject: remove debug logging (#402) --- NorthstarDLL/scripts/client/cursorposition.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/NorthstarDLL/scripts/client/cursorposition.cpp b/NorthstarDLL/scripts/client/cursorposition.cpp index c80a0930..61fd427a 100644 --- a/NorthstarDLL/scripts/client/cursorposition.cpp +++ b/NorthstarDLL/scripts/client/cursorposition.cpp @@ -8,7 +8,6 @@ ADD_SQFUNC("vector ornull", NSGetCursorPosition, "", "", ScriptContext::UI) POINT p; if (GetCursorPos(&p) && ScreenToClient(*g_gameHWND, &p) && GetClientRect(*g_gameHWND, &rcClient)) { - std::cout << rcClient.right << " : " << rcClient.bottom << "\n"; if (GetAncestor(GetForegroundWindow(), GA_ROOTOWNER) != *g_gameHWND) return SQRESULT_NULL; -- cgit v1.2.3