Skip to content

Commit

Permalink
removed debugging logs #494
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Oct 16, 2023
1 parent a46f49b commit 7e5f318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions webapp/metviewer/js/metviewer_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -6433,8 +6433,6 @@ function updatePlotFix() {
for (var i = 0; i < plot_fix_arr.length; i++) {
var fixed_var_vals = [];
var equalize = $(plot_fix_arr[i]).attr('equalize');
console.log(equalize);
console.log(fixed_var_vals);
if (i > 0) {
addFixedVarHist();
}
Expand Down
4 changes: 2 additions & 2 deletions webapp/metviewer/js/metviewer_common.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e5f318

Please sign in to comment.