mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
remove debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@8667 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8c121dc0f3
commit
ce7dcfe320
1 changed files with 1 additions and 3 deletions
|
|
@ -305,7 +305,7 @@ fixup_bundle_environment (int, char* [])
|
|||
#else
|
||||
|
||||
void
|
||||
fixup_bundle_environment (int argc, char* argv[])
|
||||
fixup_bundle_environment (int /*argc*/, char* argv[])
|
||||
{
|
||||
if (!getenv ("ARDOUR_BUNDLED")) {
|
||||
return;
|
||||
|
|
@ -319,8 +319,6 @@ fixup_bundle_environment (int argc, char* argv[])
|
|||
const char *cstr = getenv ("PATH");
|
||||
Glib::ustring userconfigdir = user_config_directory().to_string();
|
||||
|
||||
cerr << "Ardour: bundle root = " << dir_path << endl;
|
||||
|
||||
/* ensure that we find any bundled executables (e.g. JACK),
|
||||
and find them before any instances of the same name
|
||||
elsewhere in PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue