mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
Remove debug output
This commit is contained in:
parent
254f22e372
commit
7f33d95937
1 changed files with 0 additions and 2 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue