diff --git a/opustags.cc b/opustags.cc index 973b1e3..af9af50 100644 --- a/opustags.cc +++ b/opustags.cc @@ -144,8 +144,6 @@ int add_tags(opus_tags *tags, const char **tags_to_add, uint32_t count){ } void print_tags(opus_tags *tags){ - if(tags->count == 0) - puts("no tags"); for(uint32_t i=0; icount; i++){ fwrite(tags->comment[i], 1, tags->lengths[i], stdout); puts("");