diff options
| -rw-r--r-- | input/wrapper-uinput.go | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/input/wrapper-uinput.go b/input/wrapper-uinput.go index 26877f2..6fd19b5 100644 --- a/input/wrapper-uinput.go +++ b/input/wrapper-uinput.go @@ -1,8 +1,6 @@  package input  import ( -	"fmt" -  	"github.com/bendahl/uinput"  ) @@ -57,7 +55,6 @@ func (uinputMouse MouseUinputWrapper) Move(x, y int32) error {  }  func (uinputMouse MouseUinputWrapper) LeftPress() error { -	fmt.Println("Left!!!!")  	return uinputMouse.mouse.LeftPress()  } | 
