summaryrefslogtreecommitdiff
path: root/libs/ardour/region_factory.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-30 19:30:38 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-30 19:30:38 +0000
commitbfefff3588d06ac14db6cca04222628c42953064 (patch)
tree8c58ee128cffc2bbcfc7457507a078e3836cb38b /libs/ardour/region_factory.cc
parent71dd60c7365ef37e6ce516dce528fb2611fb80bc (diff)
rethink how to load legacy crossfades as new-style xfades
git-svn-id: svn://localhost/ardour2/branches/3.0@12496 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/region_factory.cc')
-rw-r--r--libs/ardour/region_factory.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/region_factory.cc b/libs/ardour/region_factory.cc
index 2bc84f8988..fa948844ab 100644
--- a/libs/ardour/region_factory.cc
+++ b/libs/ardour/region_factory.cc
@@ -284,9 +284,7 @@ RegionFactory::create (SourceList& srcs, const XMLNode& node)
if (ret) {
if (ret->set_state (node, Stateful::loading_state_version)) {
ret.reset ();
- cerr << "set state on region failed\n";
} else {
- cerr << "add region " << ret->id() << " to region map\n";
map_add (ret);
/* Don't fiddle with position_lock_style here as the region