From fb1e0e545056529f0642fade45d6e5e153f92234 Mon Sep 17 00:00:00 2001 From: evilC Date: Mon, 2 Apr 2018 17:43:14 +0100 Subject: [PATCH] Remove console writeline --- C#/AutoHotInterception/Manager.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/C#/AutoHotInterception/Manager.cs b/C#/AutoHotInterception/Manager.cs index a233154..c626a6b 100644 --- a/C#/AutoHotInterception/Manager.cs +++ b/C#/AutoHotInterception/Manager.cs @@ -446,8 +446,7 @@ namespace AutoHotInterception var state = btnState; ThreadPool.QueueUserWorkItem(threadProc => mapping.Callback(state.State)); } - //Console.WriteLine($"AHK| Mouse {i} seen - button {btnState.Button}, state: {btnState.State}, rolling: {stroke.mouse.rolling}"); - Console.WriteLine($"AHK| Mouse {i} seen - button {btnState.Button}, state: {stroke.mouse.state}, rolling: {stroke.mouse.rolling}"); + //Console.WriteLine($"AHK| Mouse {i} seen - button {btnState.Button}, state: {stroke.mouse.state}, rolling: {stroke.mouse.rolling}"); } else if ((stroke.mouse.flags & (ushort) ManagedWrapper.MouseFlag.MouseMoveAbsolute) == (ushort) ManagedWrapper.MouseFlag.MouseMoveAbsolute