Clean-up console.trace calls

This commit is contained in:
Cohee
2025-07-04 01:25:47 +03:00
parent 9cdfb8b596
commit 1e63fdd4b3
3 changed files with 5 additions and 7 deletions
@@ -324,7 +324,6 @@ async function showCharGallery(deleteModeState = false) {
await delay(100);
await initGallery(items, url);
} catch (err) {
console.trace();
console.error(err);
}
}
@@ -734,7 +733,6 @@ async function listGalleryCommand(args) {
return JSON.stringify(items.map(it => it.src));
} catch (err) {
console.trace();
console.error(err);
}
return JSON.stringify([]);