microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

Remove noisy printout in listeners #709

Closed mykmartin closed 5 years ago

mykmartin commented 5 years ago

This print command pollutes the ST console when editing .ts files. Text operations like un/indent and undo/redo result in printouts of "indent", "undo" etc. in the console.

(I inadvertently deleted the old branch, so this is the same change rebased to the latest head, and with a better branch name.)

orta commented 5 years ago

Cool, yeah makes sense, thanks!

mykmartin commented 5 years ago

Thanks :)