mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Remove stray console.log
This commit is contained in:
parent
9c24bac0ca
commit
ca57d1be10
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue