refactor(api): remove log statements from /bands/[id]

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-10-10 22:28:23 -04:00
parent d8ae07baa3
commit 32b701d3c4
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -19,7 +19,6 @@ export default eventHandler(async (event) => {
},
event.context,
); /* */
console.log(skipAmt);
return {
...band.toObject(),
stories: stories /* .slice(skipAmt, skipAmt + 20 + 1) */,