Skip to content

Commit

Permalink
Merge pull request #16 from devXpro/patch-1
Browse files Browse the repository at this point in the history
Remove excess print
  • Loading branch information
shakinm authored Dec 18, 2020
2 parents febb5d0 + 342fed7 commit 248d47a
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 248d47a

Please # to comment.