mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 11:44:19 +01:00
remove prints
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
from cashu.core.settings import MINT_PRIVATE_KEY
|
||||
from cashu.mint.ledger import Ledger
|
||||
|
||||
print("init")
|
||||
|
||||
ledger = Ledger(MINT_PRIVATE_KEY, "data/mint")
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
from .main import main
|
||||
|
||||
print("main")
|
||||
|
||||
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user