Browse Source

fix: Removed recalculate ratings console.log

Owen Diffey 3 năm trước cách đây
mục cha
commit
1601a2e005
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();