remove debug output

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2839 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-01-08 13:51:13 +00:00
parent 11190e19e2
commit f405d6cda2

View file

@ -826,14 +826,11 @@ EngineControl::find_jack_servers (vector<string>& strings)
_NSGetExecutablePath (execpath, &pathsz);
cerr << " execpath = " << execpath << endl;
Glib::ustring path (Glib::path_get_dirname (execpath));
path += "/jackd";
if (Glib::file_test (path, FILE_TEST_EXISTS)) {
strings.push_back (path);
cerr << "Found jack in " << path << endl;
}
if (getenv ("ARDOUR_WITH_JACK")) {