Update MysqlArray.php

This commit is contained in:
Daniil Gentili 2020-09-18 22:27:11 +02:00 committed by GitHub
parent 0cc1627220
commit 26d746d749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ class MysqlArray extends SqlArray
private function request(string $query, array $params = []): Promise
{
return call(function () use ($query, $params) {
Logger::log([$query, $params], Logger::VERBOSE);
//Logger::log([$query, $params], Logger::VERBOSE);
if (empty($this->db) || !$this->db->isAlive()) {
Logger::log('No database connection', Logger::WARNING);