From 9820c118cd75cf3d2ca35ec8f2863e01a61ba85b Mon Sep 17 00:00:00 2001 From: Daniel Power Date: Mon, 16 Dec 2024 01:38:52 -0330 Subject: [PATCH] Remove console log --- osu.Framework/Input/Handlers/Tablet/OpenTabletDriverHandler.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Framework/Input/Handlers/Tablet/OpenTabletDriverHandler.cs b/osu.Framework/Input/Handlers/Tablet/OpenTabletDriverHandler.cs index e2118afcd8..8a4bcb0c0f 100644 --- a/osu.Framework/Input/Handlers/Tablet/OpenTabletDriverHandler.cs +++ b/osu.Framework/Input/Handlers/Tablet/OpenTabletDriverHandler.cs @@ -131,8 +131,6 @@ private void updateOutputArea() { case AbsoluteOutputMode absoluteOutputMode: { - System.Console.WriteLine($"OutputSize {OutputSize.Value}"); - // Set output area in pixels absoluteOutputMode.Output = new Area {