Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
JS: remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhomes committed May 20, 2015
1 parent 53845ee commit 2b001b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion radiant-player-mac/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ if (typeof window.MusicAPI === 'undefined') {
ratingEl.observe.icon = 'iconChanged_';
ratingEl.iconChanged_ = function(oldIcon) {
this.iconChanged(oldIcon);
console.log(MusicAPI.Rating.getRating());
GoogleMusicApp.ratingChanged(MusicAPI.Rating.getRating());
};
}
Expand Down

0 comments on commit 2b001b3

Please sign in to comment.