Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
oops. remove a stray printf()
Browse files Browse the repository at this point in the history
  • Loading branch information
nega0 committed Aug 3, 2013
1 parent 62c3384 commit 1559820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fly.c
Expand Up @@ -1013,7 +1013,6 @@ static int _BarFlyTagMp4Write(BarFly_t const* fly, uint8_t const* cover_art,
}

BarUiMsg(settings, MSG_INFO, "Adding the grouping to the tag.\n");
printf("%s(%i): stationName = %s!\n",__FILE__,__LINE__,fly->stationName);
status = BarFlyMp4TagAddGrouping(tag, fly->stationName, settings);
if (status != 0) {
BarUiMsg(settings, MSG_ERR, "Error adding the grouping to the tag.\n");
Expand Down

0 comments on commit 1559820

Please sign in to comment.