diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 240ba715..a7b44e73 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -239,7 +239,6 @@ async function fetchLocalizedHeaderNames(columnData) { await window.$gz.locale .fetch(headerKeys) .then(() => { - console.log("fetchLocalizedHeaderNames completed, returning now"); return; }) .catch(err => {