Skip to content

Commit 76b48dd

Browse files
committed
remove warning
1 parent 719ac25 commit 76b48dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/FsSpreadsheet.Js/Cell.fs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ module JsCell =
2626
| String ->
2727
fsCell.Value |> Some
2828
| 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
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
3535
fsCell.Value |> box |> Some
3636

3737
/// <summary>

0 commit comments

Comments
 (0)