Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 6e13e5f

Browse files
committed
Removed commented log messages
1 parent b9b588b commit 6e13e5f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/Disco.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)