瀏覽代碼

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 年之前
父節點
當前提交
4dcd25754e
共有 1 個文件被更改,包括 0 次插入2 次删除
  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)
 				}
 			}
 		}