diff --git a/bits/92_stylebuilder.js b/bits/92_stylebuilder.js index c2cbddec..bc06889d 100644 --- a/bits/92_stylebuilder.js +++ b/bits/92_stylebuilder.js @@ -200,8 +200,6 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo var count = +this.$cellXfs.children().length; this.$cellXfs.attr('count', count); - - console.log($xf); return count - 1; }, @@ -351,16 +349,10 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo directions.forEach(function(direction) { $border.append(self._getSubBorder(direction, attributes[direction])) }); - -// if (!attributes.left && !attributes.right && !attributes.top && !attributes.bottom && !attributes.diagonal) { return 0;} - - console.log($border.toXml()); - this.$borders.append($border); var count = this.$borders.children().length; this.$borders.attr('count', count); - console.log(count); return count -1; }, diff --git a/xlsx.js b/xlsx.js index 0f93b78a..92b0af42 100644 --- a/xlsx.js +++ b/xlsx.js @@ -5701,8 +5701,6 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo var count = +this.$cellXfs.children().length; this.$cellXfs.attr('count', count); - - console.log($xf); return count - 1; }, @@ -5852,16 +5850,10 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo directions.forEach(function(direction) { $border.append(self._getSubBorder(direction, attributes[direction])) }); - -// if (!attributes.left && !attributes.right && !attributes.top && !attributes.bottom && !attributes.diagonal) { return 0;} - - console.log($border.toXml()); - this.$borders.append($border); var count = this.$borders.children().length; this.$borders.attr('count', count); - console.log(count); return count -1; },