Remove debugging that slipped in.
This commit is contained in:
parent
2782b7815e
commit
b5b684127c
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ import (
|
|||
// writeDirtyToDisk checks for the dirty flag on an account's wallet,
|
||||
// txstore, and utxostore, writing them to disk if any are dirty.
|
||||
func (w *BtcWallet) writeDirtyToDisk() error {
|
||||
fmt.Println("entered")
|
||||
|
||||
// Temporary files append the current time to the normal file name.
|
||||
// In caes of failure, the most recent temporary file can be inspected
|
||||
// for validity, and moved to replace the main file.
|
||||
|
|
Loading…
Add table
Reference in a new issue