瀏覽代碼

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}, {