1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

Remove useless print

This commit is contained in:
AnyOldName3 2016-07-20 23:18:09 +01:00
parent 32f0ded8f6
commit 519fbab864

View File

@ -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);