mirror of
https://github.com/mempool/mempool.git
synced 2025-09-20 07:10:41 +02:00
Removed debug console.log
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user