changeset 1358:b7be05d57f0a 3.0-integration

Remove unneeded debug
author Chris Cannam
date Mon, 09 Jan 2017 18:51:42 +0000
parents dca12b13d90b
children 1c9bbbb6116a
files base/test/TestVampRealTime.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/base/test/TestVampRealTime.h	Mon Jan 09 16:41:45 2017 +0000
+++ b/base/test/TestVampRealTime.h	Mon Jan 09 18:51:42 2017 +0000
@@ -32,7 +32,6 @@
     Q_OBJECT
 
     void compareTexts(string s, const char *e) {
-        cerr << "string obtained: \"" << s << "\"" << endl;
         QString actual(s.c_str());
         QString expected(e);
         QCOMPARE(actual, expected);