소스 검색

Removed a console.log from server.

KrisVos130 8 년 전
부모
커밋
bdb0e03bea
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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}, {