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> {
|
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(),
|
||||||
|
|
Loading…
Reference in New Issue