Sfoglia il codice sorgente

removed console.log's

unknown 9 anni fa
parent
commit
391fd1cac0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);