mirror of
https://github.com/diced/zipline.git
synced 2025-04-11 23:31:17 -05:00
remove logging
This commit is contained in:
parent
1485f2f75e
commit
b84907e281
1 changed files with 0 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue