Ver Fonte

Removed some left behind debug logs

Kristian Vos há 4 anos atrás
pai
commit
542818023b
1 ficheiros alterados com 0 adições e 3 exclusões
  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);
 									}