remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 21 Jun 2016 23:32:50 +0000 (19:32 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 21 Jun 2016 23:32:50 +0000 (19:32 -0400)
gtk2_ardour/color_theme_manager.cc

index 6438650bcae88bc676fb6572d8d5072e3e4098d0..10eb9402e27bdf7834e14b697aa5fc39c9d99c2f 100644 (file)
@@ -94,8 +94,6 @@ ColorThemeManager::ColorThemeManager ()
                           what we store/restore.
                        */
 
-                       cerr << "selected CF is " << UIConfiguration::instance().get_color_file () << " this is " << c->second << endl;
-
                        if (UIConfiguration::instance().get_color_file() == color_file_name) {
                                selected_iter = row;
                        }
@@ -624,7 +622,6 @@ ColorThemeManager::on_color_theme_changed ()
 
                if (row) {
                        string new_theme = row[color_theme_columns.path];
-                       cerr << "New theme name = " << new_theme << endl;
                        UIConfiguration::instance().set_color_file (new_theme);
                }
        }