mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-26 09:44:25 +01:00
Remove stray console.log
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user