diff options
author | David Robillard <d@drobilla.net> | 2008-01-28 04:00:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-28 04:00:46 +0000 |
commit | f6dfbc3553f683b2f310892581c8707b1354edc7 (patch) | |
tree | ad9c266f413f15f0d143b9e66358191096c8348d /src/plugin.c | |
parent | cbeb09ee0a31a8bec670864b03d4f743f968d1b1 (diff) | |
download | lilv-f6dfbc3553f683b2f310892581c8707b1354edc7.tar.gz lilv-f6dfbc3553f683b2f310892581c8707b1354edc7.tar.bz2 lilv-f6dfbc3553f683b2f310892581c8707b1354edc7.zip |
Remove debugging console barf.
git-svn-id: http://svn.drobilla.net/lad/slv2@1117 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/plugin.c')
-rw-r--r-- | src/plugin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugin.c b/src/plugin.c index 4745135..3d8b7da 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -496,10 +496,8 @@ slv2_plugin_get_num_ports_of_class(SLV2Plugin p, } } - if (matches) { - printf("HIT: %s\n", slv2_value_as_string(slv2_port_get_name(p, port))); + if (matches) ++ret; - } va_end(args); } |