removed debugging output

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-02-13 15:49:13 +01:00
parent 6ba728ac07
commit e48ccbad99
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ class DomainRepository
if ($this->config['debug']) {
$this->log->debug(message: "findByName($name)");
}
print("xxx: $name");
$sql = "
SELECT id, name, content
FROM " . DatabaseConnection::TABLE_DOMAINS . "