Remove stray console.log
This commit is contained in:
parent
9c24bac0ca
commit
ca57d1be10
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue