remove debug message
authorRobin Gareus <robin@gareus.org>
Thu, 19 Nov 2015 16:24:00 +0000 (17:24 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 19 Nov 2015 16:24:00 +0000 (17:24 +0100)
libs/ardour/session_directory.cc

index 5a32b949f99564749e3a6c47a5f2475917bf01cf..491a593398378a5bae8bea419ce0d4406a98919f 100644 (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
                }