From b84907e2813bea4ba7c5ee562e901ff106363a26 Mon Sep 17 00:00:00 2001 From: dicedtomatoreal Date: Tue, 11 Aug 2020 08:46:21 -0700 Subject: [PATCH] remove logging --- public/js/dashboard.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/js/dashboard.js b/public/js/dashboard.js index a45526bd..7bb87cf4 100755 --- a/public/js/dashboard.js +++ b/public/js/dashboard.js @@ -70,7 +70,6 @@ async function redoImageGrid(page, mode = null) { if (json.error || json.code) return showAlert('error', json.error); try { json.page.forEach(image => { - console.log(image) $('#typexImages').append(`
@@ -408,7 +407,6 @@ function regenToken(id) { confirmButtonText: 'Yes, regenerate it!' }).then(async (result) => { if (result.value) { - console.log(`/api/users/${id}`); const res = await fetch(`/api/users/${id}`, { method: 'PATCH', headers: {