Remove debug statements
This commit is contained in:
parent
f4d1ba897b
commit
8e802f314a
@ -9,7 +9,6 @@ const nprofileHandler = async function (ctx: Context) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
data = nip19.decode(nprofile).data as nip19.ProfilePointer;
|
data = nip19.decode(nprofile).data as nip19.ProfilePointer;
|
||||||
console.log(data);
|
|
||||||
} catch (_e) {
|
} catch (_e) {
|
||||||
notFoundHandler(ctx);
|
notFoundHandler(ctx);
|
||||||
return;
|
return;
|
||||||
|
@ -85,7 +85,6 @@ router.get("/:username/:identifier", async (ctx) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
router.get("/assets/:path*", async (ctx) => {
|
router.get("/assets/:path*", async (ctx) => {
|
||||||
console.log(import.meta.dirname);
|
|
||||||
try {
|
try {
|
||||||
let filePath = ctx.params.path || "";
|
let filePath = ctx.params.path || "";
|
||||||
let root: string;
|
let root: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user