Commit 3aec3fab authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[searx] remove console logs

parent 0583015e
Pipeline #2245 failed with stage
......@@ -151,10 +151,7 @@ formChoiceCpt = here.component "formChoice" cpt where
]
where
change e = do
val <- callback $ fromMaybe default $ read $ R.unsafeEventValue e
here.log2 "[formChoice] val" val
pure val
change e = callback $ fromMaybe default $ read $ R.unsafeEventValue e
option opt = H.option { value: show opt } [ H.text $ print opt ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment