Skip to content

Commit

Permalink
MediaPlayer: Remove forgot printfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Numerio committed Jun 30, 2016
1 parent 1acb1f5 commit 8331697
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apps/mediaplayer/playlist/PlaylistItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ PlaylistItem::TrackNumber() const
bigtime_t
PlaylistItem::Duration()
{
printf("duration\n");
bigtime_t duration;
if (GetAttribute(ATTR_INT64_DURATION, duration) != B_OK) {
duration = this->_CalculateDuration();
Expand Down Expand Up @@ -189,7 +188,6 @@ PlaylistItem::_NotifyListeners() const

bigtime_t PlaylistItem::_CalculateDuration()
{
printf("calc duration\n");
// To be overridden in subclasses with more efficient methods
TrackSupplier* supplier = GetTrackSupplier();

Expand Down

0 comments on commit 8331697

Please sign in to comment.