Skip to content

Commit 0d38c71

Browse files
ronfroynicolas-grekas
authored andcommitted
[Lock] remove useless code
1 parent da19998 commit 0d38c71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Lock/Store/CombinedStore.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ public function delete(Key $key)
151151
$store->delete($key);
152152
} catch (\Exception $e) {
153153
$this->logger->notice('One store failed to delete the "{resource}" lock.', array('resource' => $key, 'store' => $store, 'exception' => $e));
154-
} catch (\Throwable $e) {
155-
$this->logger->notice('One store failed to delete the "{resource}" lock.', array('resource' => $key, 'store' => $store, 'exception' => $e));
156154
}
157155
}
158156
}

0 commit comments

Comments
 (0)