From 32bc896ea4dcf133b67de0169b0eae6d92ea406e Mon Sep 17 00:00:00 2001
From: Paul Keene <paulkeene4@gmail.com>
Date: Wed, 11 Feb 2015 10:43:11 -0800
Subject: Remove test debug output

---
 tests/Hakyll/Web/Template/Tests.hs | 2 --
 1 file changed, 2 deletions(-)

(limited to 'tests/Hakyll')

diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs
index 9f8ab14..ea3a9b2 100644
--- a/tests/Hakyll/Web/Template/Tests.hs
+++ b/tests/Hakyll/Web/Template/Tests.hs
@@ -55,8 +55,6 @@ case01 = do
     item <- testCompilerDone store provider "example.md"    $
         pandocCompiler >>= applyTemplate (itemBody tpl) testContext
 
-    writeFile "foo" (itemBody item)
-
     out @=? itemBody item
     cleanTestEnv
 
-- 
cgit v1.2.3