Jelajahi Sumber

fix: Removed recalculate ratings console.log

Owen Diffey 3 tahun lalu
induk
melakukan
1601a2e005
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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();