diff options
author | waker <wakeroid@gmail.com> | 2011-04-26 20:50:18 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-04-26 20:50:18 +0200 |
commit | 2cac3e32b038215b9350cc0896f8599a2a54873e (patch) | |
tree | fbe01e40b27a15339a3cb8e9b1744e9a23067198 /plugins | |
parent | 57a1819e516bd79e475e18a9f7152bdfdfc0277b (diff) |
ao: remove debug printf
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ao/plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ao/plugin.c b/plugins/ao/plugin.c index 02f70ef2..bafcc20e 100644 --- a/plugins/ao/plugin.c +++ b/plugins/ao/plugin.c @@ -289,7 +289,6 @@ aoplug_insert (DB_playItem_t *after, const char *fname) { int i; for (i = 1; i < 9; i++) { if (!strncasecmp (info.title[i], "Length: ", 8)) { - printf ("len: %s\n", info.info[i]); int min; float sec; if (sscanf (info.info[i], "%d:%f", &min, &sec) == 2) { |