rm comment
This commit is contained in:
parent
3eb40ee7d3
commit
9a8f8a051c
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
let log = (msg) => console.log(msg);
|
||||
|
||||
export function errorLogger(e, origin = 'superdough') {
|
||||
//TODO: add some kind of debug flag that enables this while in dev mode
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
console.error(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue