Skip to content

Commit d7bc890

Browse files
committed
removed some console.info from js.
1 parent 162fa09 commit d7bc890

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

source/src/main/webapp/js/global/global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,7 @@ function setTimeRange(id) {
26562656
fromD.setDate(toD.getDate() - 1);
26572657
} else if (id === 7) { // This Month
26582658
fromD.setDate(1);
2659-
} else if (id === 8) { // Last Calendar Month
2659+
} else if (id === 8) { // Last Calendar Month
26602660
fromD.setMonth(fromD.getMonth() - 1);
26612661
fromD.setDate(1);
26622662
toD.setDate(1);

source/src/main/webapp/js/pages/ReportingCampaignOverTime.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -583,14 +583,12 @@ function buildTagGraphs(data) {
583583
pointBorderWidth: function (d) {
584584
var index = d.dataIndex;
585585
var value = d.dataset.data[index];
586-
console.info(value);
587586
return value.falseNegative === true ? 3
588587
: 1;
589588
},
590589
pointBorderColor: function (d) {
591590
var index = d.dataIndex;
592591
var value = d.dataset.data[index];
593-
console.info(value);
594592
return value.falseNegative === true ? '#00d27a'
595593
: get_Color_fromindex(i);
596594
},
@@ -616,14 +614,12 @@ function buildTagGraphs(data) {
616614
pointBorderWidth: function (d) {
617615
var index = d.dataIndex;
618616
var value = d.dataset.data[index];
619-
console.info(value);
620617
return value.falseNegative === true ? 3
621618
: 1;
622619
},
623620
pointBorderColor: function (d) {
624621
var index = d.dataIndex;
625622
var value = d.dataset.data[index];
626-
console.info(value);
627623
return value.falseNegative === true ? '#00d27a'
628624
: get_Color_fromindex(i);
629625
},
@@ -633,10 +629,8 @@ function buildTagGraphs(data) {
633629
return getExeStatusRowColor(value.ciResult);
634630
},
635631
pointRadius: function (context) {
636-
// console.info(context);
637632
var index = context.dataIndex;
638633
var value = context.dataset.data[index];
639-
// console.info(value.comment);
640634

641635
return value.comment === '' ? 4 : 8;
642636
},
@@ -652,14 +646,12 @@ function buildTagGraphs(data) {
652646
pointBorderWidth: function (d) {
653647
var index = d.dataIndex;
654648
var value = d.dataset.data[index];
655-
console.info(value);
656649
return value.falseNegative === true ? 3
657650
: 1;
658651
},
659652
pointBorderColor: function (d) {
660653
var index = d.dataIndex;
661654
var value = d.dataset.data[index];
662-
console.info(value);
663655
return value.falseNegative === true ? '#00d27a'
664656
: get_Color_fromindex(i);
665657
},
@@ -686,14 +678,12 @@ function buildTagGraphs(data) {
686678
pointBorderWidth: function (d) {
687679
var index = d.dataIndex;
688680
var value = d.dataset.data[index];
689-
console.info(value);
690681
return value.falseNegative === true ? 3
691682
: 1;
692683
},
693684
pointBorderColor: function (d) {
694685
var index = d.dataIndex;
695686
var value = d.dataset.data[index];
696-
console.info(value);
697687
return value.falseNegative === true ? '#00d27a'
698688
: get_Color_fromindex(i);
699689
},
@@ -722,10 +712,8 @@ function buildTagGraphs(data) {
722712
return getExeStatusRowColor(value.ciResult);
723713
},
724714
pointRadius: function (context) {
725-
// console.info(context);
726715
var index = context.dataIndex;
727716
var value = context.dataset.data[index];
728-
// console.info(value.comment);
729717

730718
return value.comment === '' ? 4 : 8;
731719
},

source/src/main/webapp/js/pages/TestCaseExecution.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,6 @@ function updatePage(data, steps) {
566566
link = $("<button class='btn btn-default btn-block marginTop5'>").attr("id", "addBugFromExternal").text(" Open a new bug using " + dataApp.contentTable.bugTrackerConnector + " connector").prepend($(" <span class='glyphicon glyphicon-cloud'></span>"));
567567
$("#bugButtons").append(link);
568568
$("#addBugFromExternal").click(function () {
569-
console.info("click");
570569
$('#addBugFromExternal').attr('disabled', 'disabled');
571570

572571
$.ajax({
@@ -1907,7 +1906,6 @@ function drawProperty(property, table, isSecondary) {
19071906
// Starting to reduce the size of the row by the length of elements.
19081907
$(row).find("#contentField").removeClass("col-sm-10").addClass("col-sm-" + (9 - property.fileList.length)).addClass("col-sm-" + (9 - property.fileList.length));
19091908
// Adding all media attached to action execution.
1910-
console.info("call2 " + isTheExecutionManual);
19111909
addFileLink(property.fileList, $(row).find("#contentRow"), $(row).find("#contentRow"), isTheExecutionManual);
19121910

19131911
htmlElement.prepend(button);
@@ -2769,7 +2767,6 @@ Action.prototype.draw = function (idMotherStep, id) {
27692767
fullActionElement.append(htmlElement);
27702768
fullActionElement.append(content);
27712769
this.parentStep.stepActionContainer.append(fullActionElement);
2772-
console.info("call3 " + isTheExecutionManual);
27732770
addFileLink(this.fileList, media, media, isTheExecutionManual, idMotherStep);
27742771
};
27752772

@@ -3354,7 +3351,6 @@ Control.prototype.draw = function (idMotherStep, idMotherAction, idControl) {
33543351
// Starting to reduce the size of the row by the length of elements.
33553352
//$(header).find("#contentField").removeClass("col-xs-12").addClass("col-xs-" + (12 - this.fileList.length * 2)).addClass("col-sm-" + (12 - this.fileList.length * 2));
33563353
// Adding all media attached to control execution.
3357-
console.info("call4 " + isTheExecutionManual);
33583354
addFileLink(this.fileList, media, media, isTheExecutionManual, idMotherStep);
33593355
};
33603356

0 commit comments

Comments
 (0)