Skip to content

Commit c517031

Browse files
committed
fixup! chore: Remove some unused old tools
1 parent ce71ad1 commit c517031

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Db/LocksRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ public function getLocksOlderThan(int $timeout): array {
133133
$qb->where($qb->expr()->lt('l.creation', $qb->createNamedParameter($oldCreationTime, IQueryBuilder::PARAM_INT)));
134134

135135
$a = $this->getLocksFromRequest($qb);
136-
var_dump($a);
137136

138137
return $a;
139138
}

0 commit comments

Comments
 (0)