瀏覽代碼

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();