Explorar o código

Remove deprecated message sending

jherve hai 1 ano
pai
achega
86f756574c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Content.purs

+ 1 - 1
src/Content.purs

@@ -43,7 +43,7 @@ extractDataAndSendToBackground = do
   dom <- getBrowserDom
   ctx <- getContext dom
   data_ <- extractFromDocument dom
-  sendMessageToBackground RuntimeMessageContentInit
+
   case data_, ctx of
     Left err, _ -> warn $ "[content] " <> show err
     _, Left err -> warn $ "[content] " <> show err