mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
Remove SMF file name print for every opened source.
Fix crash on startup when installed (splash.png not found). git-svn-id: svn://localhost/ardour2/branches/3.0@3108 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b03676f9a6
commit
884f08ef50
2 changed files with 1 additions and 3 deletions
|
|
@ -100,8 +100,6 @@ SMFSource::SMFSource (Session& s, const XMLNode& node)
|
|||
throw failed_constructor ();
|
||||
}
|
||||
|
||||
cerr << "SMF Source name: " << _name << endl;
|
||||
|
||||
assert(_name.find("/") == string::npos);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue