Remove stray console.log

This commit is contained in:
Alex Gleason 2024-06-08 14:28:39 -05:00
parent 9c24bac0ca
commit ca57d1be10
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 2 deletions

View File

@ -73,8 +73,6 @@ function updateListEvent(
async function createAdminEvent(t: EventStub, c: AppContext): Promise<NostrEvent> { async function createAdminEvent(t: EventStub, c: AppContext): Promise<NostrEvent> {
const signer = new AdminSigner(); const signer = new AdminSigner();
console.log(t);
const event = await signer.signEvent({ const event = await signer.signEvent({
content: '', content: '',
created_at: nostrNow(), created_at: nostrNow(),