Explorar o código

removed console.log's

unknown %!s(int64=9) %!d(string=hai) anos
pai
achega
391fd1cac0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);