From 519fbab864eb987b0f72a3314de3accf1030678d Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Wed, 20 Jul 2016 23:18:09 +0100 Subject: [PATCH] Remove useless print --- components/fallback/validate.hpp | 2 -- 1 file changed, 2 deletions(-) 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);