# HG changeset patch # User Olaf Wintermann # Date 1706279507 -3600 # Node ID b4d7686b30dc5625866213901eebf5b71c97699a # Parent 04b317bc6f130dd962c6d7426588521c1bd6e4e0 remove table debug output diff -r 04b317bc6f13 -r b4d7686b30dc ui/winui/table.cpp --- a/ui/winui/table.cpp Fri Jan 26 14:24:39 2024 +0100 +++ b/ui/winui/table.cpp Fri Jan 26 15:31:47 2024 +0100 @@ -228,12 +228,6 @@ winrt::Microsoft::UI::Xaml::Input::PointerEventHandler( [=](IInspectable const& sender, winrt::Microsoft::UI::Xaml::Input::PointerRoutedEventArgs const& args) { if (this->resize) { - switch (i) { - case 0: OutputDebugString(L"pointer moved 0\n"); break; - case 1: OutputDebugString(L"pointer moved 1\n"); break; - case 2: OutputDebugString(L"pointer moved 2\n"); break; - case 3: OutputDebugString(L"pointer moved 3\n"); break; - } auto point = args.GetCurrentPoint(this->resizedCol); auto position = point.Position(); if (position.X > 1) {