소스 검색

fix: Removed recalculate ratings console.log

Owen Diffey 3 년 전
부모
커밋
1601a2e005
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      backend/logic/songs.js

+ 0 - 1
backend/logic/songs.js

@@ -775,7 +775,6 @@ class _SongsModule extends CoreClass {
 							2,
 							(song, next) => {
 								index += 1;
-								console.log(`Recalculating ratings for song #${index} out of ${length}: ${song._id}`);
 								SongsModule.runJob("RECALCULATE_SONG_RATINGS", { songId: song._id }, this)
 									.then(() => {
 										next();