We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719ac25 commit 76b48ddCopy full SHA for 76b48dd
src/FsSpreadsheet.Js/Cell.fs
@@ -26,12 +26,12 @@ module JsCell =
26
| String ->
27
fsCell.Value |> Some
28
| anyElse ->
29
- let msg = sprintf "ValueType '%A' is not fully implemented in FsSpreadsheet and is handled as string input." anyElse
30
- #if FABLE_COMPILER_JAVASCRIPT
31
- log msg
32
- #else
33
- printfn "%s" msg
34
- #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
35
fsCell.Value |> box |> Some
36
37
/// <summary>
0 commit comments