diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index b227db35..1f8a1cd0 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -81,10 +81,7 @@ abstract class Pool extends Component } else { $min = Config::get('databases.pool.min', 1); if (($length = $this->getChannel($name)->length()) > $min) { - $this->debug("$name -> $length -> min length $min"); $this->flush($min); - } else { - $this->debug("$name -> $length -> min length $min"); } } }