summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-11-09 19:46:52 -0500
committerjoe <joe@jerkface.net>2013-11-09 19:46:52 -0500
commit32550c6d55c4db0ed4e7d23b437c42aaa89382b1 (patch)
tree843cfdfb906adf88c29521eda7561fbce96e505d
parentd8864bdadf2d1fd2847806c63124c1e7f1df2d9f (diff)
Removed debug print
-rw-r--r--kiki.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiki.hs b/kiki.hs
index 1953611..0fd24f4 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -1277,8 +1277,8 @@ main = do
1277 (toptyp,top) = unprefix ':' topspec 1277 (toptyp,top) = unprefix ':' topspec
1278 (subtyp,sub) = unprefix ':' subspec 1278 (subtyp,sub) = unprefix ':' subspec
1279 1279
1280 putStrLn $ "files = " ++ show files
1281 {- 1280 {-
1281 putStrLn $ "files = " ++ show files
1282 putStrLn $ "topspec = " ++show (toptyp,top) 1282 putStrLn $ "topspec = " ++show (toptyp,top)
1283 putStrLn $ "subspec = " ++show (subtyp,sub) 1283 putStrLn $ "subspec = " ++show (subtyp,sub)
1284 -} 1284 -}