Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Nov 28, 2024
1 parent 719ac25 commit 76b48dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/FsSpreadsheet.Js/Cell.fs
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ module JsCell =
| String ->
fsCell.Value |> Some
| anyElse ->
let msg = sprintf "ValueType '%A' is not fully implemented in FsSpreadsheet and is handled as string input." anyElse
#if FABLE_COMPILER_JAVASCRIPT
log msg
#else
printfn "%s" msg
#endif
//let msg = sprintf "ValueType '%A' is not fully implemented in FsSpreadsheet and is handled as string input." anyElse
//#if FABLE_COMPILER_JAVASCRIPT
//log msg
//#else
//printfn "%s" msg
//#endif
fsCell.Value |> box |> Some

/// <summary>
Expand Down

0 comments on commit 76b48dd

Please # to comment.