rm comment

This commit is contained in:
Jade (Rose) Rowland
2025-09-16 01:48:37 -04:00
parent 3eb40ee7d3
commit 9a8f8a051c
-1
View File
@@ -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);
}