소스 검색

removed console.log's

unknown 9 년 전
부모
커밋
391fd1cac0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/app.js

+ 0 - 1
app/app.js

@@ -125,7 +125,6 @@ if (Meteor.isClient) {
                     _sound = sound;
                     sound._player._volume = 0.3;
                     //sound.play();
-                    console.log(currentSong);
                     Session.set("title", currentSong.song.title || "Title");
                     Session.set("artist", currentSong.song.artist || "Artist");
                     Session.set("albumArt", currentSong.song.albumArt);