packages feed

phone-push 0.1.2 → 0.1.3

raw patch · 2 files changed

+4/−6 lines, 2 files

Files

phone-push.cabal view
@@ -1,5 +1,5 @@ name:             phone-push-version:          0.1.2+version:          0.1.3 copyright:        (c) 2013 David Fendrich license:          BSD3 license-file:     LICENSE
src/Android.hs view
@@ -12,8 +12,6 @@ import qualified Data.ByteString.Lazy as LBS  {--Remove printing- Resend with exponential fallback -} @@ -28,8 +26,8 @@                                            ("Content-Type", "application/json")],                          requestBody = RequestBodyLBS payload} manager      liftIO $ do-       print $ unpack payload-       print $ responseStatus res-       print $ responseBody res+       --print $ unpack payload+       --print $ responseStatus res+       --print $ responseBody res        mapM_ print $ responseHeaders res