1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Remove log to prevent throwing unwanted errors

This commit is contained in:
Deven Caron
2023-02-02 10:14:48 -05:00
committed by GitHub
parent 7c1b61eda9
commit a2d658bc13

View File

@@ -14,7 +14,7 @@ try {
merge(loconfig, usrconfig);
} catch (err) {
console.error(err);
// do nothing
}
export default loconfig;