[v3 linux] noop: remove spurious print

This commit is contained in:
Travis McLane 2023-09-28 11:48:46 -05:00
commit 02d76835c9

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