Explorar o código

Removed a console.log from server.

KrisVos130 %!s(int64=8) %!d(string=hai) anos
pai
achega
bdb0e03bea
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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}, {