Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Hristov committed Jan 3, 2025
1 parent f1fd951 commit 8af092e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion calc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,6 @@ func (f *File) parseReference(ctx *calcContext, sheet, reference string) (formul
}
cellRef, _, _, err := parseRef(reference)
if err != nil {
fmt.Println(err)
return newErrorFormulaArg(formulaErrorNAME, "invalid reference"), errors.New("invalid reference")
}
if cellRef.Sheet == "" {
Expand Down

0 comments on commit 8af092e

Please sign in to comment.