From 9e4fc0e57f84207c28cd2f2ea78a4e5660c112a6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 11 Jun 2012 09:50:48 +0000 Subject: [PATCH] Remove debug code. git-svn-id: svn://localhost/ardour2/branches/3.0@12648 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/test/combine_regions_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/test/combine_regions_test.cc b/libs/ardour/test/combine_regions_test.cc index 87554734c1..7c4d5f0e68 100644 --- a/libs/ardour/test/combine_regions_test.cc +++ b/libs/ardour/test/combine_regions_test.cc @@ -245,7 +245,6 @@ CombineRegionsTest::crossfadeTest2 () CPPUNIT_ASSERT_EQUAL ((uint32_t) 1, _playlist->n_regions ()); /* And reading should give the same thing */ - cout << "\n\n\SECOND READ\n"; check_crossfade2 (); }