ソースを参照

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);