remove some debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@9760 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -116,8 +116,6 @@ AudioPlaylistSource::set_state (const XMLNode& node, int version, bool with_desc
|
||||
const XMLProperty* prop;
|
||||
pair<framepos_t,framepos_t> extent = _playlist->get_extent();
|
||||
|
||||
cerr << "APS " << id() << " playlist ID " << _playlist->id() << " has " << _playlist->n_regions() << " playlist extents = " << extent.first << " .. " << extent.second << endl;
|
||||
|
||||
AudioSource::_length = extent.second - extent.first;
|
||||
|
||||
if ((prop = node.property (X_("channel"))) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user