Removed debug console.log
This commit is contained in:
parent
88dd956354
commit
434b60ef8b
@ -76,8 +76,6 @@ class HashratesRepository {
|
||||
|
||||
query += ` ORDER by hashrate_timestamp, FIELD(pool_id, ${topPoolsId})`;
|
||||
|
||||
console.log(query);
|
||||
|
||||
const [rows]: any[] = await connection.query(query);
|
||||
connection.release();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user