This commit is contained in:
2020-01-29 22:38:15 +00:00
parent dafe868cb6
commit 2a9702967f

View File

@@ -239,7 +239,6 @@ async function fetchLocalizedHeaderNames(columnData) {
await window.$gz.locale await window.$gz.locale
.fetch(headerKeys) .fetch(headerKeys)
.then(() => { .then(() => {
console.log("fetchLocalizedHeaderNames completed, returning now");
return; return;
}) })
.catch(err => { .catch(err => {