[v3 linux] noop: remove spurious print

This commit is contained in:
Travis McLane
2023-09-28 11:48:46 -05:00
parent dfe03f1347
commit 02d76835c9
+1 -1
View File
@@ -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() {