djcb / mu

maildir indexer/searcher + emacs mail client + guile bindings
http://www.djcbsoftware.nl/code/mu
GNU General Public License v3.0
1.61k stars 389 forks source link

mu-move: remove debug print #2696

Closed fbenkstein closed 5 months ago

fbenkstein commented 5 months ago

The mu move command always prints messages to stderr which seem like they were left over from some debugging session. These are hard to filter out without also potentially suppressing error messages. They're also present when giving the --quiet option. I don't think these serve any purpose at the moment, so I suggest to just remove them.

djcb commented 5 months ago

Yeah, that was some leftover debugging stuff. Merged, thanks.