From e315945146395869df3ccdc15e4e6f4b0585d2e5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 25 Jul 2010 00:48:28 +0000 Subject: [PATCH] Remove debug output from last commit. git-svn-id: svn://localhost/ardour2/branches/3.0@7486 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/smf_source.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/ardour/smf_source.cc b/libs/ardour/smf_source.cc index cb5f498bca..5ce87fe93e 100644 --- a/libs/ardour/smf_source.cc +++ b/libs/ardour/smf_source.cc @@ -428,7 +428,6 @@ void SMFSource::load_model (bool lock, bool force_reload) { if (_writing) { - cout << "early out\n"; return; } @@ -437,16 +436,12 @@ SMFSource::load_model (bool lock, bool force_reload) lm = boost::shared_ptr(new Glib::Mutex::Lock(_lock)); if (_model && !force_reload) { - cout << "earlyish out\n"; return; } if (! _model) { _model = boost::shared_ptr(new MidiModel(this)); - cerr << _name << " loaded new model " << _model.get() << endl; } else { - cerr << _name << " reloading model " << _model.get() - << " (" << _model->n_notes() << " notes)" << endl; _model->clear(); } -- 2.30.2