Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismg committed Oct 2, 2024
1 parent 9eabaf6 commit 06035d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prototypes/jsvis/data_processors/DataPreProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ export class DataPreProcessor {
expression_string += operator + operands[index + 1][i];
})

console.log(expression_string);

data.push(eval(expression_string));

}
Expand Down

0 comments on commit 06035d5

Please sign in to comment.