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) {