This commit is contained in:
@@ -17,24 +17,6 @@ function stringifyPrimitive(v) {
|
||||
}
|
||||
}
|
||||
|
||||
// /////////////////////////////////////////////////
|
||||
// // Show unexpected errors during development
|
||||
// //
|
||||
// function devShowUnknownError(error) {
|
||||
// if (window.$gz.dev) {
|
||||
// // eslint-disable-next-line
|
||||
// console.error("gzapi::devShowUnknownError, error is:", error);
|
||||
|
||||
// console.trace();
|
||||
// debugger;
|
||||
|
||||
// window.$gz.eventBus.$emit(
|
||||
// "notify-warning",
|
||||
// "DEV ERROR gzapi::devShowUnknownError - unexpected error during api operation see console "
|
||||
// );
|
||||
// }
|
||||
// }
|
||||
|
||||
////////////////////////////////////////////
|
||||
// Try to handle an api error
|
||||
// return true if handled or false if not
|
||||
|
||||
Reference in New Issue
Block a user