diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-02 19:15:15 +0100 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-02 19:15:15 +0100 |
commit | c1afdb237b6f2f0feb2e2b09979ca8666fd61338 (patch) | |
tree | 82c1872bd83e275f385087d6654037f2f1fa6e7e /plugins/vtx | |
parent | 6149d62dbecd3f05c3be5a36cdfa4434ab4d2e7a (diff) |
vtx: removed debug printf
Diffstat (limited to 'plugins/vtx')
-rw-r--r-- | plugins/vtx/vtx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/vtx/vtx.c b/plugins/vtx/vtx.c index 5ba72aae..27a1f4b1 100644 --- a/plugins/vtx/vtx.c +++ b/plugins/vtx/vtx.c @@ -257,7 +257,6 @@ vtx_insert (ddb_playlist_t *plt, DB_playItem_t *after, const char *fname) { trace ("vtx: failed to read header\n"); return NULL; } - printf ("hdr: %p\n", hdr); trace ("vtx: datasize: %d\n", hdr->regdata_size); DB_playItem_t *it = deadbeef->pl_item_alloc_init (fname, plugin.plugin.id); |