瀏覽代碼

Removed some left behind debug logs

Kristian Vos 4 年之前
父節點
當前提交
542818023b
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      backend/logic/playlists.js

+ 0 - 3
backend/logic/playlists.js

@@ -427,9 +427,6 @@ class _PlaylistsModule extends CoreClass {
 						(playlist, next) => {
 						(playlist, next) => {
 							StationsModule.runJob("GET_STATION", { stationId: playlist.createdFor }, this)
 							StationsModule.runJob("GET_STATION", { stationId: playlist.createdFor }, this)
 								.then(station => {
 								.then(station => {
-									console.log(111);
-									console.dir(station.playlist2);
-									console.dir(playlist._id);
 									if (station.playlist2 !== playlist._id.toString()) {
 									if (station.playlist2 !== playlist._id.toString()) {
 										orphanedPlaylists.push(playlist);
 										orphanedPlaylists.push(playlist);
 									}
 									}