forked from mirror/openmw-tes3mp
Remove useless print
This commit is contained in:
parent
32f0ded8f6
commit
519fbab864
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue