This repository was archived by the owner on Sep 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -186,9 +186,6 @@ protected function scoping($list)
186186 }
187187 }
188188 }
189- //SimpleSAML\Logger::debug(
190- //'perun.Disco.filterList: Idps after SAML2 Scoping: ' . var_export(array_keys($list), true)
191- //);
192189 return $ list ;
193190 }
194191
@@ -223,9 +220,6 @@ protected function whitelisting($list)
223220 unset($ list [$ entityId ]);
224221 }
225222 }
226- //SimpleSAML\Logger::debug(
227- //'perun.Disco.filterList: Idps after Whitelisting: ' . var_export(array_keys($list), true)
228- //);
229223 return $ list ;
230224 }
231225
@@ -237,9 +231,6 @@ protected function greylisting($list)
237231 }
238232 }
239233
240- //SimpleSAML\Logger::debug(
241- //'perun.Disco.filterList: Idps after Greylisting: ' . var_export(array_keys($list), true)
242- //);
243234 return $ list ;
244235 }
245236
@@ -253,9 +244,6 @@ protected function greylistingPerSP($list, $sp)
253244 }
254245 }
255246
256- //SimpleSAML\Logger::debug(
257- //'perun.Disco.filterList: Idps after Greylisting per SP: ' . var_export(array_keys($list), true)
258- //);
259247 return $ list ;
260248 }
261249
You can’t perform that action at this time.
0 commit comments