5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-19 02:19:31 +08:00

[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

View File

@ -43,7 +43,7 @@ func (w *linuxWebviewWindow) startDrag() error {
} }
func (w *linuxWebviewWindow) endDrag(button uint, x, y int) { func (w *linuxWebviewWindow) endDrag(button uint, x, y int) {
fmt.Println("endDrag", button, x, y)
} }
func (w *linuxWebviewWindow) enableDND() { func (w *linuxWebviewWindow) enableDND() {