Skip to content
Snippets Groups Projects
Unverified Commit fbc55904 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Revert part of Psalm-batch #2

parent 5f264d4d
No related branches found
No related tags found
No related merge requests found
...@@ -87,10 +87,6 @@ class File extends \SimpleSAML\Stats\Output ...@@ -87,10 +87,6 @@ class File extends \SimpleSAML\Stats\Output
{ {
assert(isset($data['time'])); assert(isset($data['time']));
if ($this->file === false || $this->file === null) {
throw new Error\Exception('Error opening log file: invalid handle');
}
$time = $data['time']; $time = $data['time'];
$milliseconds = (int) (($time - (int) $time) * 1000); $milliseconds = (int) (($time - (int) $time) * 1000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment