mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-11 13:25:53 -04:00
Remove useless print
This commit is contained in:
parent
32f0ded8f6
commit
519fbab864
@ -88,8 +88,6 @@ namespace Files {
|
|||||||
|
|
||||||
std::istream & operator>> (std::istream & istream, EscapePath & escapePath)
|
std::istream & operator>> (std::istream & istream, EscapePath & escapePath)
|
||||||
{
|
{
|
||||||
std::cout << "The new dodgy operator>> is being used" << std::endl;
|
|
||||||
|
|
||||||
boost::iostreams::filtering_istream filteredStream;
|
boost::iostreams::filtering_istream filteredStream;
|
||||||
filteredStream.push(unescape_hash_filter());
|
filteredStream.push(unescape_hash_filter());
|
||||||
filteredStream.push(istream);
|
filteredStream.push(istream);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user