I'd like to omit the notes created by the Learning Mapper plugin from my output, so i don't see them. For example:
get: from_room: nil (process_new_room)
SET: current_room: 44D8
get: last_direction_moved: nil
get: current_room: 44D8 (process_new_room)
Finished processing new room
SET: last_direction_moved: nil
I still want the mapper to function but I don't want to see those messages in my output. Is there an easy way to hide them?
get: from_room: nil (process_new_room)
SET: current_room: 44D8
get: last_direction_moved: nil
get: current_room: 44D8 (process_new_room)
Finished processing new room
SET: last_direction_moved: nil
I still want the mapper to function but I don't want to see those messages in my output. Is there an easy way to hide them?