Skip to content

Commit

Permalink
Merge pull request #2696 from fbenkstein/mu-move-remove-dbg-print
Browse files Browse the repository at this point in the history
mu-move: remove debug print
  • Loading branch information
djcb committed Apr 20, 2024
2 parents ac2515e + b37bfba commit a2f08a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mu/mu-cmd-move.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ Mu::mu_cmd_move(Mu::Store& store, const Options& opts)
"Must have at least one of destination and flags");
else if (!dest.empty()) {
const auto mdirs{store.maildirs()};
mu_printerrln("XXXX");
for (auto&& m:mdirs)
mu_printerrln("m:'{}'", m);

if (!seq_some(mdirs, [&](auto &&d){ return d == dest;}))
return Err(Error{Error::Code::InvalidArgument,
Expand Down

0 comments on commit a2f08a7

Please sign in to comment.