remove table debug output newapi

Fri, 26 Jan 2024 15:31:47 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 26 Jan 2024 15:31:47 +0100
branch
newapi
changeset 228
b4d7686b30dc
parent 227
04b317bc6f13
child 229
a952760955b4

remove table debug output

ui/winui/table.cpp file | annotate | diff | comparison | revisions
--- 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) {

mercurial