removed debugging output
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
6ba728ac07
commit
e48ccbad99
|
@ -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 . "
|
||||
|
|
Loading…
Reference in New Issue