Remove debugging that slipped in.

This commit is contained in:
Josh Rickmar 2013-10-15 17:06:35 -04:00
parent 2782b7815e
commit b5b684127c

View file

@ -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.