cheminfo-js / spectra-data

Library to deal with spectra (IR, UV, ...), 1D NMR as well as 2D NMR
https://cheminfo-js.github.io/spectra-data
MIT License
4 stars 0 forks source link

remove if(DEBUG) console.log statements #44

Closed targos closed 7 years ago

targos commented 7 years ago

V8 cannot optimize functions that use the console object (even if the code is unreachable when DEBUG is false)