Skip to content

Commit

Permalink
Remove redundant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
katajakasa committed Oct 25, 2015
1 parent 25d25cf commit 582291c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ app.controller('PlayerManagerController', ['$scope', '$rootScope', '$location',
}
$scope.current_skip_count = 0;
var st = Player.get_current_status();
console.log(st);
if(st != null) {
if(st == 0) {
$scope.now_playing = '-';
Expand Down

0 comments on commit 582291c

Please sign in to comment.