Skip to content

Commit

Permalink
fix: do not console.log found mutations (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee authored Nov 21, 2023
1 parent ed66abb commit 6c99c78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion location_field/static/location_field/js/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ var SequentialLoader = function() {
}

var observer = new MutationObserver(function(mutations){
console.log(mutations);
_findAndEnableDataLocationFields();
});

Expand Down

0 comments on commit 6c99c78

Please sign in to comment.