[remove debugging output from NodeAnalyze
John Meacham <john@repetae.net>**20070517113032] hunk ./Grin/NodeAnalyze.hs 119
-    putStrLn "----------------------------"
-    print cs
-    putStrLn "----------------------------"
+    --putStrLn "----------------------------"
+    --print cs
+    --putStrLn "----------------------------"
hunk ./Grin/NodeAnalyze.hs 123
-    --(rm,res) <- solve (const (return ())) cs
-    (rm,res) <- solve putStrLn cs
+    (rm,res) <- solve (const (return ())) cs
+    --(rm,res) <- solve putStrLn cs
hunk ./Grin/NodeAnalyze.hs 126
-    putStrLn "----------------------------"
-    mapM_ (\ (x,y) -> putStrLn $ show x ++ " -> " ++ show y) (Map.toList rm)
-    putStrLn "----------------------------"
-    mapM_ print (Map.elems res)
-    putStrLn "----------------------------"
-    hFlush stdout
+    --putStrLn "----------------------------"
+    --mapM_ (\ (x,y) -> putStrLn $ show x ++ " -> " ++ show y) (Map.toList rm)
+    --putStrLn "----------------------------"
+    --mapM_ print (Map.elems res)
+    --putStrLn "----------------------------"
+    --hFlush stdout