chore: remove debug output
This commit is contained in:
@@ -78,7 +78,7 @@ export default class LayResponse {
|
|||||||
if(!loader) {
|
if(!loader) {
|
||||||
return new Response('Not Found', { status: 404 });
|
return new Response('Not Found', { status: 404 });
|
||||||
}
|
}
|
||||||
console.log(loader);
|
|
||||||
const { data, content } = await loader.parse(this.#data);
|
const { data, content } = await loader.parse(this.#data);
|
||||||
this.#data = data || this.#data;
|
this.#data = data || this.#data;
|
||||||
this.#body = content;
|
this.#body = content;
|
||||||
|
|||||||
Reference in New Issue
Block a user