remove debug line
This commit is contained in:
parent
2ecec31de6
commit
e5a519495d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue