mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
rm comment
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user