Skip to content
Snippets Groups Projects
Commit fae5308f authored by lgtg20's avatar lgtg20
Browse files

refactor: remove unnecessary console log

parent ee0fd06a
No related branches found
No related tags found
3 merge requests!449Homologa,!444dev -> hom,!443Issue 975
......@@ -80,7 +80,6 @@ function aggregateData(req, res, next) {
for (const property in r) {
// Dados agregados são identificados com a substring 'total_' em sua chave
if (property.includes('total_')) {
console.log(property);
let data = {
total: r[property],
year: r.year,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment