13
0

remove debug output

This commit is contained in:
Paul Davis 2016-05-29 12:12:08 -04:00
parent 268219d668
commit cb4b6bf8a3

View File

@ -267,8 +267,6 @@ UIConfiguration::load_color_theme (bool allow_own)
*/
PBD::Unwinder<uint32_t> uw (block_save, block_save + 1);
std::cerr << "\n\n\nLoading COLOR " << color_file.get() << std::endl;
if (allow_own) {
basename = "my-";
basename += color_file.get();