Browse Source

Amended fix for issue #248 (merged cell produce empty style attrib) -
removed debugging output. Also includes some cell bounds checks by user
K1000000

Robert Nieren 9 years ago
parent
commit
4dcd25754e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      sheet.go

+ 0 - 2
sheet.go

@@ -167,9 +167,7 @@ func (s *Sheet) handleMerged() {
 				}
 
 				if colnum == (cell.HMerge) {
-					fmt.Println("style pre", style.Border.Right)
 					style.Border.Right = right
-					fmt.Println("style post", style.Border.Right)
 				}
 			}
 		}