From e5a519495d478e50c48cc6eb3d52284eab252ac9 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 9 Feb 2019 10:20:38 +0100 Subject: [PATCH] remove debug line --- src/Floorplan.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Floorplan.hs b/src/Floorplan.hs index 8675a4c..0d6a22e 100644 --- a/src/Floorplan.hs +++ b/src/Floorplan.hs @@ -445,7 +445,6 @@ assignClearance graph imat = ) onlyrooms = tail graph nonhalls = ns -- filter ((/= Hall) . snd) ns - A.logIO A.Debug ("neighs: " ++ show neigh) if not (null neigh) && any ((Offi /=) . flip actualRoomType imat . bounds) neigh then return room