Remove debug output

This commit is contained in:
Robin Gareus 2020-01-07 04:21:38 +01:00
parent 254f22e372
commit 7f33d95937
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -1668,8 +1668,6 @@ PluginManager::save_plugin_order_file (XMLNode &elem) const
{
std::string path = Glib::build_filename (user_plugin_metadata_dir(), "plugin_order");
info << string_compose (_("Saving plugin order file %1"), path) << endmsg;
XMLTree tree;
tree.set_root (&elem);
if (!tree.write (path)) {