chore: remove debug output

This commit is contained in:
gh0sTedBuddy
2024-04-01 23:16:46 +01:00
parent 851e6f2ffd
commit e78edc67a3

View File

@@ -78,7 +78,7 @@ export default class LayResponse {
if(!loader) {
return new Response('Not Found', { status: 404 });
}
console.log(loader);
const { data, content } = await loader.parse(this.#data);
this.#data = data || this.#data;
this.#body = content;