Polymer / tattoo

Test All The Things Over and Over
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Switch to using Plylog instead of console.log everywhere for verbose output #28

Open usergenic opened 7 years ago

usergenic commented 7 years ago

There's a lot of if (this._verbose) { console.log(...) } code throughout. Should normalize this to a common logger interface that can support log-levels etc.: aka Polymer/plylog