forked from sheetjs/sheetjs
		
	Remove stray console.log() calls
This commit is contained in:
		
							parent
							
								
									91ec052ae6
								
							
						
					
					
						commit
						5e443310f8
					
				| @ -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; | ||||
|       }, | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										8
									
								
								xlsx.js
									
									
									
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										8
									
								
								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; | ||||
|       }, | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user