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