This commit is contained in:
2020-09-11 01:27:49 +08:00
parent 00d64ec73d
commit 9ef53cd401
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -42,7 +42,6 @@ abstract class Pool extends Component
*/
protected function get($name)
{
$this->debug('get connect.' . $this->size($name));
[$timeout, $connection] = $this->_items[$name]->pop();
if (!$this->checkCanUse($name, $timeout, $connection)) {
unset($client);