ten1seven / what-input

A global utility for tracking the current input method (mouse/pointer, keyboard or touch).
https://ten1seven.github.io/what-input
MIT License
1.36k stars 89 forks source link

Unnecessary console.log statement #57

Closed treetrum closed 7 years ago

treetrum commented 7 years ago

Is there a need for the console.log(value) statement on line 129 of what-input.js ?

It's not a real issue, just like to see my console clean unless there's an issue present.

ten1seven commented 7 years ago

Yikes! Was just fixing an issue and debugging last night and left that in there on accident. You are very quick! Thanks!

treetrum commented 7 years ago

Hahaha! Just good timing I guess. I happened to start a new project today!