aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL
diff options
context:
space:
mode:
authoruniboi <64006268+uniboi@users.noreply.github.com>2023-01-26 09:04:55 +0000
committerGitHub <noreply@github.com>2023-01-26 09:04:55 +0000
commit568f123134f70909852e24c23799f27104dcfb0d (patch)
tree57bf5ecfae5ac4e80bb7fff6e0ddac4296bc7e27 /NorthstarDLL
parent9b6731de9a0980515d1d8954f46935a1445dcf02 (diff)
downloadNorthstarLauncher-568f123134f70909852e24c23799f27104dcfb0d.tar.gz
NorthstarLauncher-568f123134f70909852e24c23799f27104dcfb0d.zip
remove debug logging (#402)
Diffstat (limited to 'NorthstarDLL')
-rw-r--r--NorthstarDLL/scripts/client/cursorposition.cpp1
1 files changed, 0 insertions, 1 deletions
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;