From 997076f3d45274f3c1d5747a95e8fe6bac33abba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 2 Jan 2008 17:53:38 +0000 Subject: Fix canvas scroll buttons. git-svn-id: http://svn.drobilla.net/lad/machina@1007 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/JackDriver.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine') diff --git a/src/engine/JackDriver.cpp b/src/engine/JackDriver.cpp index 752b372..2e588ec 100644 --- a/src/engine/JackDriver.cpp +++ b/src/engine/JackDriver.cpp @@ -244,7 +244,6 @@ JackDriver::on_process(jack_nframes_t nframes) // Machine was switched since last cycle, finalize old machine. if (machine != _last_machine) { - cout << "MACHINE CHANGED!" << endl; if (_last_machine) { assert(!_last_machine.unique()); // Realtime, can't delete _last_machine->set_sink(shared_from_this()); -- cgit v1.2.1