Quellcode durchsuchen

Forgot to remove debug console.log

Kristian Vos vor 4 Jahren
Ursprung
Commit
41c663fdeb
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      backend/logic/stations.js

+ 0 - 1
backend/logic/stations.js

@@ -512,7 +512,6 @@ class _StationsModule extends CoreClass {
 						const currentSongIds = station.queue.map(song => song.songId);
 						const songsToAdd = [];
 						let lastSongAdded = null;
-						console.log(123123, _playlistSongs, currentSongs, songsStillNeeded);
 
 						playlistSongs
 							// .map(song => song._doc)