Remove stray console.log

This commit is contained in:
Alex Gleason
2024-06-08 14:28:39 -05:00
parent 9c24bac0ca
commit ca57d1be10

View File

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