Skip to content

Commit

Permalink
Remove excess print
Browse files Browse the repository at this point in the history
  • Loading branch information
devXpro authored Dec 17, 2020
1 parent febb5d0 commit 342fed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xls/record/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ func (r *Format) GetFormatString(data structure.CellData) string {
} else if strings.Contains(r.String(), "0") {
return fmt.Sprintf("%.f", data.GetFloat64())
} else {
fmt.Println(r.String())
t := helpers.TimeFromExcelTime(data.GetFloat64(), false)
dateFormat := strings.ReplaceAll(r.String(), "HH:MM:SS", "hh:mm:ss")
dateFormat = strings.ReplaceAll(dateFormat, "\\", "")
Expand Down

0 comments on commit 342fed7

Please # to comment.