diff options
author | David Robillard <d@drobilla.net> | 2011-02-12 05:25:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-12 05:25:43 +0000 |
commit | 4df82a7a22f53bd36533d452dd68e05e3a81d507 (patch) | |
tree | fa8d657216bc6565a7a8d2589180b9881eac7edc | |
parent | d573fec37c6c20ba12ec36ca2a188a65497511bd (diff) | |
download | lilv-4df82a7a22f53bd36533d452dd68e05e3a81d507.tar.gz lilv-4df82a7a22f53bd36533d452dd68e05e3a81d507.tar.bz2 lilv-4df82a7a22f53bd36533d452dd68e05e3a81d507.zip |
Sshhhh.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2934 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | hosts/lv2_jack_host.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c index 52fd5c5..f3d4267 100644 --- a/hosts/lv2_jack_host.c +++ b/hosts/lv2_jack_host.c @@ -343,7 +343,6 @@ main(int argc, char** argv) /* Deactivate JACK */ jack_deactivate(host.jack_client); - printf("Shutting down JACK.\n"); for (unsigned long i = 0; i < host.num_ports; ++i) { if (host.ports[i].jack_port != NULL) { jack_port_unregister(host.jack_client, host.ports[i].jack_port); |