From ca57d1be105bb5ec61bfae14b0e2d128959a23f3 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 8 Jun 2024 14:28:39 -0500 Subject: [PATCH] Remove stray console.log --- src/utils/api.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/api.ts b/src/utils/api.ts index fdbfbfd..a9390b5 100644 --- a/src/utils/api.ts +++ b/src/utils/api.ts @@ -73,8 +73,6 @@ function updateListEvent( async function createAdminEvent(t: EventStub, c: AppContext): Promise { const signer = new AdminSigner(); - console.log(t); - const event = await signer.signEvent({ content: '', created_at: nostrNow(),