Skip to content

Commit

Permalink
remove debugging log massages
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed May 8, 2018
1 parent 64cd38f commit a0e3d27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions webapp/metviewer/js/metviewer_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,6 @@ function updateMtd(y_axis, index, selectedVals) {
var config_table = $("#fcst_stat_mode_config_" + id_array[id_array.length - 2] + "_" + id_array[id_array.length - 1]);
config_table.css("display", "block");
config_table.find(".non-acov").removeAttr("disabled");
console.log(ui);

if (listStatModePair.indexOf(ui.value) > -1 || listStatMtd3dPair.indexOf(ui.value) > -1) {
config_table.find(".non-pair").attr("disabled", true);
Expand Down Expand Up @@ -1361,7 +1360,7 @@ function updateStatVal(){
try {
stat_select.multiselect('refresh');
} catch (err) {
console.log(err);
console.log(err);
}
updateSeries();
}
Expand Down Expand Up @@ -6833,7 +6832,6 @@ function initPage() {
$("#listdt").jqGrid('setCell', allSeries[i].id, 'order', i + 1);
$("#listdt").jqGrid('getLocalRow', allSeries[i].id).order = i + 1;
}
console.log(seriesDiffY1);

} else {
var idSelector = "#alertmod_" + this.p.id;
Expand Down Expand Up @@ -7144,7 +7142,6 @@ function initPage() {
var tabIndex = 0;
if (initXML != null) {
var template = initXML.find("plot").find("template")[0].innerHTML;
console.log(template);
if (template === "series_plot.R_tmpl") {
currentTab = "Series";
} else if (template === "box_plot.R_tmpl") {
Expand Down
10 changes: 5 additions & 5 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 a0e3d27

Please sign in to comment.