Skip to content
Snippets Groups Projects
Commit d0ebd2a2 authored by Nils Behlen's avatar Nils Behlen
Browse files

remove debug log

parent 54508bec
No related branches found
No related tags found
No related merge requests found
......@@ -56,19 +56,6 @@ class sspmod_privacyidea_Auth_Source_PrivacyideaAuthSource extends sspmod_core_A
assert('array' === gettype($info));
assert('array' === gettype($config));
if (empty($info)) {
SimpleSAML_Logger::error('INFO IS EMPTY');
} else {
SimpleSAML_Logger::error('INFO EXISSTS');
}
if (empty($config)) {
SimpleSAML_Logger::error("CONFIG IS EMPTY");
} else {
SimpleSAML_Logger::error('CONFIG EXISTS');
}
parent::__construct($info, $config);
if (!in_array('attributemap', $config)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment