phetsims / gene-expression-essentials

An educational simulation about how genes work to create proteins.
GNU General Public License v3.0
4 stars 6 forks source link

log statements should be converted to asserts #87

Closed jbphet closed 6 years ago

jbphet commented 6 years ago

As I work on other issues, I've noticed a handful of console.log statements that spit out warning messages. These should be converted to asserts, or simply removed if they are part of normal operation.

jbphet commented 6 years ago

This has been done - closing.