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