diff --git a/components/fallback/validate.hpp b/components/fallback/validate.hpp index cb3555d7f..43d51dd5e 100644 --- a/components/fallback/validate.hpp +++ b/components/fallback/validate.hpp @@ -88,8 +88,6 @@ namespace Files { std::istream & operator>> (std::istream & istream, EscapePath & escapePath) { - std::cout << "The new dodgy operator>> is being used" << std::endl; - boost::iostreams::filtering_istream filteredStream; filteredStream.push(unescape_hash_filter()); filteredStream.push(istream);