fix: Remove some unnecessary logs
All checks were successful
Build Docker / Build Image (push) Successful in 43s

This commit is contained in:
2025-02-05 14:53:33 +11:00
parent ab7749ef93
commit afc227b5b4
3 changed files with 2 additions and 16 deletions

View File

@@ -436,7 +436,6 @@ def send(account,address,amount):
def isOwnDomain(account,name: str):
domains = getDomains(account)
for domain in domains:
print(domain)
if domain['name'] == name:
return True
return False
@@ -1139,7 +1138,6 @@ def getxPub(account):
try:
print(account_name)
response = hsw.getAccountInfo(account_name,"default")
if 'error' in response:
return {