diff --git a/lib/server/loop.js b/lib/server/loop.js index 6a04fcd73aa..a5e3aec5d8e 100644 --- a/lib/server/loop.js +++ b/lib/server/loop.js @@ -24,11 +24,6 @@ function init (env, ctx) { return; } - if (env.extendedSettings.loop.developerTeamId === undefined || env.extendedSettings.loop.developerTeamId.length != 10) { - completion("Loop notification failed: LOOP_DEVELOPER_TEAM_ID not set."); - return; - } - if (ctx.ddata.profiles === undefined || ctx.ddata.profiles.length < 1 || ctx.ddata.profiles[0].loopSettings === undefined) { completion("Loop notification failed: Could not find loopSettings in profile."); return;