Skip to content

Commit

Permalink
Remove unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Sep 3, 2023
1 parent 0841b9b commit ddabf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ module.exports = ({ app, cors, Cache, corsHandle }) => {

let heldImage = await getImage(filename, sizeText);
if (heldImage) {
console.log("[image|theme]", `theme using saved @${size} in ${Date.now() - t}ms`);
// console.log("[image|theme]", `theme using saved @${size} in ${Date.now() - t}ms`);
return res.sendFile(heldImage);
}

Expand Down

0 comments on commit ddabf1b

Please sign in to comment.