Cleaned up excessive logging at client, paring down to errors mostly and critical info
This commit is contained in:
@@ -1074,7 +1074,6 @@ export default new Router({
|
||||
let msg = `/viewReport, query ${JSON.stringify(
|
||||
to.query
|
||||
)}, server error: ${JSON.stringify(res.error)}`;
|
||||
// window.$gz.store.commit("logItem", msg);
|
||||
window.$gz.eventBus.$emit("notify-error", msg);
|
||||
next("/applog");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user