general cleanup and unused imports removal
This commit is contained in:
@@ -159,7 +159,6 @@ async def api_lnaddress_make_address(domain_id, data: CreateAddress, user=None,
|
||||
)
|
||||
|
||||
if user:
|
||||
print("USER", user, domain.domain)
|
||||
address = await get_address_by_username(user, domain.domain)
|
||||
|
||||
if not address:
|
||||
|
||||
Reference in New Issue
Block a user