Skip to content

Commit a081574

Browse files
committed
Removed console log statements
1 parent 0064403 commit a081574

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sde_indexing_helper/static/js/delta_url_list.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,7 +2199,6 @@ function handleWorkflowStatusSelect() {
21992199

22002200
function handleReindexingStatusSelect() {
22012201
$("body").on("click", ".reindexing_status_select", function () {
2202-
console.log("Reindexing status select clicked");
22032202
$("#reindexingStatusChangeModal").modal();
22042203
var collectionName = $(".urlStyle").text();
22052204
var collection_id = $(this).data("collection-id");
@@ -2234,9 +2233,7 @@ function handleReindexingStatusSelect() {
22342233
$button.removeClass(
22352234
"btn-light btn-danger btn-warning btn-info btn-success btn-primary btn-secondary"
22362235
);
2237-
console.log("After remove class:", $button.attr('class'));
22382236
$button.addClass(color_choices[parseInt(reindexing_status)]);
2239-
console.log("After add class:", $button.attr('class'));
22402237
postReindexingStatus(collection_id, reindexing_status);
22412238
$("#reindexingStatusChangeModal").modal("hide");
22422239
break;

0 commit comments

Comments
 (0)