Skip to content

Commit 6c99c78

Browse files
authored
fix: do not console.log found mutations (#176)
1 parent ed66abb commit 6c99c78

File tree

1 file changed

+0
-1
lines changed
  • location_field/static/location_field/js

1 file changed

+0
-1
lines changed

location_field/static/location_field/js/form.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,6 @@ var SequentialLoader = function() {
480480
}
481481

482482
var observer = new MutationObserver(function(mutations){
483-
console.log(mutations);
484483
_findAndEnableDataLocationFields();
485484
});
486485

0 commit comments

Comments
 (0)