cmd-extra: remove debug output

This commit is contained in:
Dirk-Jan C. Binnema 2022-05-05 01:38:38 +03:00
parent 2ccf703769
commit e6c3718253
1 changed files with 0 additions and 5 deletions

View File

@ -72,11 +72,6 @@ save_parts(const std::string& path, Option<std::string>& filename_rx,
});
g_warning("partnums");
for (auto&& p: partnums)
g_warning ("%zu", p);
for (auto&& part: message->parts()) {
++partnum;