Parcourir la source

Removed a console.log from server.

KrisVos130 il y a 9 ans
Parent
commit
bdb0e03bea
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      app/server/server.js

+ 0 - 2
app/server/server.js

@@ -523,8 +523,6 @@ function CommunityStation(name) {
                 currentSong++;
             } else currentSong = 0;
             currentId = songs[currentSong];
-            console.log(currentSong, currentId);
-            console.log(songs);
             CommunityStations.update({name: name}, {$set: {timePaused: 0}});
             this.songTimer();
             CommunityStations.update({name: name}, {