瀏覽代碼

Forgot to remove debug console.log

Kristian Vos 4 年之前
父節點
當前提交
41c663fdeb
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)