From 02d76835c9589694f86f98cd4405f27f7e95b39a Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Thu, 28 Sep 2023 11:48:46 -0500 Subject: [PATCH] [v3 linux] noop: remove spurious print --- v3/pkg/application/webview_window_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/pkg/application/webview_window_linux.go b/v3/pkg/application/webview_window_linux.go index ef54a0cb8..ca3dad5ad 100644 --- a/v3/pkg/application/webview_window_linux.go +++ b/v3/pkg/application/webview_window_linux.go @@ -43,7 +43,7 @@ func (w *linuxWebviewWindow) startDrag() error { } func (w *linuxWebviewWindow) endDrag(button uint, x, y int) { - fmt.Println("endDrag", button, x, y) + } func (w *linuxWebviewWindow) enableDND() {