From 86dd591459562357e800740e55fe2cd73fadeed6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 26 Apr 2023 17:59:45 +0000 Subject: [PATCH] --- ayanova/src/api/gzapi.js | 2 +- ayanova/src/components/gznotify.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ayanova/src/api/gzapi.js b/ayanova/src/api/gzapi.js index 4a29eb60..fccdc8d2 100644 --- a/ayanova/src/api/gzapi.js +++ b/ayanova/src/api/gzapi.js @@ -501,7 +501,7 @@ export default { handleError("UPSERT", error, route); } else { //specifically this is for the login page - console.log("upser error is: ", error); + console.log("upsert error is: ", error); throw new Error(window.$gz.errorHandler.errorToString(error)); } } diff --git a/ayanova/src/components/gznotify.vue b/ayanova/src/components/gznotify.vue index d184f470..8a21366c 100644 --- a/ayanova/src/components/gznotify.vue +++ b/ayanova/src/components/gznotify.vue @@ -36,7 +36,6 @@ export default { }), methods: { addNotification(options) { - console.log("Add notification options:", options); if (!options.message) { return; }