Skip to content

Commit 48e5786

Browse files
committed
Remove more crap
1 parent 3ee04fb commit 48e5786

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/LocalDB.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,8 @@ public function open()
5555
public function close()
5656
{
5757
if (isset($this->handle)) {
58-
$this->stats->benchmark('bedrockWorkerManager.db.close', function () {
59-
$startTime = microtime(true);
60-
$this->handle->close();
61-
unset($this->handle);
62-
});
58+
$this->handle->close();
59+
unset($this->handle);
6360
}
6461
}
6562

0 commit comments

Comments
 (0)