Skip to content

Commit d17fc98

Browse files
removed debug error from sanity check
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@994 44740490-163a-0410-bde0-09ae8108e29a
1 parent 563c55c commit d17fc98

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

modules/sanitycheck/hooks/hook_sanitycheck.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ function sanitycheck_hook_sanitycheck(&$hookinfo) {
99
assert('array_key_exists("errors", $hookinfo)');
1010
assert('array_key_exists("info", $hookinfo)');
1111

12-
$hookinfo['info'][] = '[sanitycheck] At least the sanity check it self is working :)';
12+
13+
14+
$hookinfo['info'][] = '[sanitycheck] At least the sanity check it self is working :)';
15+
1316

14-
$hookinfo['errors'][] = '[sanitycheck] At least the sanity check it self is working (NOT) :)';
1517

1618
}
1719
?>

0 commit comments

Comments
 (0)