Remove unfiltered using input from log
This commit is contained in:
parent
ccafe4a066
commit
2521661c69
@ -94,7 +94,7 @@ class PoolsRepository {
|
||||
connection.release();
|
||||
|
||||
if (rows.length < 1) {
|
||||
logger.debug(`$getPool(): slug ${slug} does not match any known pool`);
|
||||
logger.debug(`$getPool(): slug does not match any known pool`);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user