reymond-group / smilesDrawer

A small, highly performant JavaScript component for parsing and drawing SMILES strings. Released under the MIT license.
https://smilesdrawer.rocks
MIT License
434 stars 68 forks source link

[bug]: remove console log statements in prod #94

Open SimonGolms opened 4 years ago

SimonGolms commented 4 years ago

The package smiles-drawer throws console log messaged in the productive build. This should be avoided as far as possible and can be archived by removing or comment out the statements in the respective files or by adjusting the gulp process (see: gulp-strip-debug).

The behavior can be seen in the demo too: image