]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/commitdiff
Remove a debug putStrLn.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 12 Jul 2012 20:31:48 +0000 (16:31 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 12 Jul 2012 20:31:48 +0000 (16:31 -0400)
src/LWN/Page.hs

index c61bf6a5c028dd55e41c71a75748426790dd9885..49faa0bb4d6d1b0c77c0b4c6eb8d00e1a9261c50 100644 (file)
@@ -261,8 +261,6 @@ ap_parse_articles xml = do
   parsed_byline   <- parse_byline xml
   parsed_body     <- ap_parse_body xml
 
-  putStrLn $ fromJust parsed_headline
-
   if (isNothing parsed_headline) || (isNothing parsed_body)
   then return []
   else do