Remove unescessary log

This commit is contained in:
nymkappa
2022-05-18 15:01:24 +02:00
parent 4dd75cd24e
commit f402bfb097
4 changed files with 6 additions and 4 deletions

View File

@@ -78,7 +78,6 @@ class PoolsRepository {
const [rows]: any[] = await DB.query(query, [slug]);
if (rows.length < 1) {
logger.debug(`This slug does not match any known pool`);
return null;
}