remove debug message

This commit is contained in:
Robin Gareus 2015-11-19 17:24:00 +01:00
parent a5b2965cf5
commit ceab8cf313

View File

@ -149,7 +149,6 @@ SessionDirectory::sources_root () const
root_cache[m_root_path] = Glib::build_filename (sources_root_path, entries.front());
}
else if (entries.size() > 1) {
printf ("found %zu folderin interchange!\n", entries.size());
PBD::fatal << string_compose (_("The session's interchange dir is tainted.\nThere is more than one folder in '%1'.\nPlease remove extra subdirs to reduce possible filename ambiguties."), sources_root_path) << endmsg;
assert (0); // not reached
}