diff options
Diffstat (limited to 'tests/Helper.hs')
-rw-r--r-- | tests/Helper.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Helper.hs b/tests/Helper.hs index 00bccc9..fe2aadc 100644 --- a/tests/Helper.hs +++ b/tests/Helper.hs @@ -26,7 +26,6 @@ getConfig input = T.writeFile filePath input config <- readConfig filePath removeFile filePath - -- putStrLn . show $ config return $ eitherToMaybe config ) |