mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Remove debug console.log
This commit is contained in:
parent
38eb8cbcfd
commit
8aa1fe48dc
1 changed files with 0 additions and 1 deletions
|
@ -591,7 +591,6 @@ class Routes {
|
||||||
const hashrates = await mining.$getHistoricalHashrates(req.params.interval ?? null);
|
const hashrates = await mining.$getHistoricalHashrates(req.params.interval ?? null);
|
||||||
const difficulty = await mining.$getHistoricalDifficulty(req.params.interval ?? null);
|
const difficulty = await mining.$getHistoricalDifficulty(req.params.interval ?? null);
|
||||||
const oldestIndexedBlockTimestamp = await BlocksRepository.$oldestBlockTimestamp();
|
const oldestIndexedBlockTimestamp = await BlocksRepository.$oldestBlockTimestamp();
|
||||||
console.log(oldestIndexedBlockTimestamp);
|
|
||||||
res.header('Pragma', 'public');
|
res.header('Pragma', 'public');
|
||||||
res.header('Cache-control', 'public');
|
res.header('Cache-control', 'public');
|
||||||
res.setHeader('Expires', new Date(Date.now() + 1000 * 300).toUTCString());
|
res.setHeader('Expires', new Date(Date.now() + 1000 * 300).toUTCString());
|
||||||
|
|
Loading…
Add table
Reference in a new issue