Remove unfiltered using input from log
This commit is contained in:
parent
d3ee75364b
commit
63624a9054
@ -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