Skip to content

Commit 723007d

Browse files
ioigoumetvdijen
authored andcommitted
Remove debug comment (#2220)
1 parent 1bf449c commit 723007d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/SimpleSAML/Configuration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ private static function loadFromFile(string $filename, bool $required): Configur
153153
try {
154154
ob_start();
155155
$returnedConfig = require($filename);
156-
var_export($returnedConfig, true);
157156
$spurious_output = ob_get_length() > 0;
158157
} catch (ParseError $e) {
159158
self::$loadedConfigs[$filename] = self::loadFromArray([], '[ARRAY]', 'simplesaml');

0 commit comments

Comments
 (0)