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