A quick look in the documentation (http://"http://www.sfml-dev.org/documentation/2.0/group__system.php#ga7fe7f475639e26334606b5142c29551f") would have shown you that this:
// Redirect to nothing
sf::err().rdbuf(NULL);
"disables" SFMLs error messages, by redirecting the stream to nothing.