mu-move: remove debug print

This commit is contained in:
Frank Benkstein 2024-04-19 16:24:26 +02:00
parent ac2515e66c
commit b37bfba223
1 changed files with 0 additions and 3 deletions

View File

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