Severity: :palm_tree:
There is currently no clear distinction between debug and production code.
For example, IE has no method called console.log and would probably not function correctly with your current code.
You might want to wrap debug-only, non cross-platform code such as this in an if-statement or a wrapper function.
Severity: :palm_tree: There is currently no clear distinction between debug and production code. For example, IE has no method called console.log and would probably not function correctly with your current code.
You might want to wrap debug-only, non cross-platform code such as this in an if-statement or a wrapper function.