Skip redundant INFO messages from ref comparison
Messages like INFO There are 208 sensors
are redundant
because that information is behind the DB tags already.
We don't dump the entire DB contents on stdout, so why emmit
this INFO at all? For now I just mask it by extending the
preprocessor.
Also the default Brunel preprocessing is simplified a bit.
Edited by Rosen Matev