remove call to console.log

This commit is contained in:
Richard Schreiber
2021-02-22 17:47:03 +01:00
parent 4203087eff
commit 40dbae76ca

View File

@@ -757,7 +757,6 @@ $(function () {
});
var update = function () {
console.log("update!");
var all_same;
var checkboxes = $checkboxes.toArray();
var i = checkboxes.length;