Merge pull request #2696 from fbenkstein/mu-move-remove-dbg-print

mu-move: remove debug print
This commit is contained in:
Dirk-Jan C. Binnema 2024-04-20 11:41:00 +03:00 committed by GitHub
commit a2f08a77f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,