1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00

remove logging

This commit is contained in:
dicedtomatoreal 2020-08-11 08:46:21 -07:00
parent 1485f2f75e
commit b84907e281

View file

@ -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(`
<div class="column col-4">
<div class="card">
@ -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: {