소스 검색

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) => {
 							StationsModule.runJob("GET_STATION", { stationId: playlist.createdFor }, this)
 								.then(station => {
-									console.log(111);
-									console.dir(station.playlist2);
-									console.dir(playlist._id);
 									if (station.playlist2 !== playlist._id.toString()) {
 										orphanedPlaylists.push(playlist);
 									}