debug
This commit is contained in:
parent
dcacd397d4
commit
6a37bcef6d
1 changed files with 0 additions and 5 deletions
|
|
@ -404,8 +404,6 @@ const requestsLimiter = rateLimit({
|
|||
|
||||
if (chart === 'AvgBlockSize') {
|
||||
|
||||
console.time('AvgBlockSize');
|
||||
|
||||
const result = await Chart.findAll({
|
||||
attributes: [
|
||||
[
|
||||
|
|
@ -429,9 +427,6 @@ const requestsLimiter = rateLimit({
|
|||
|
||||
|
||||
console.log(result.length);
|
||||
|
||||
|
||||
console.timeEnd('AvgBlockSize');
|
||||
|
||||
res.send(result);
|
||||
} else if (chart === 'AvgTransPerBlock') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue