even more tidy - remove left over stderr
This commit is contained in:
parent
7de7464caf
commit
3536ad0902
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
||||||
#define MAPNIK_UTIL_CHAR_ARRAY_BUFFER_HPP
|
#define MAPNIK_UTIL_CHAR_ARRAY_BUFFER_HPP
|
||||||
|
|
||||||
#include <streambuf>
|
#include <streambuf>
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
namespace mapnik { namespace util {
|
namespace mapnik { namespace util {
|
||||||
|
|
||||||
|
@ -57,7 +56,6 @@ private:
|
||||||
|
|
||||||
int_type pbackfail(int_type ch)
|
int_type pbackfail(int_type ch)
|
||||||
{
|
{
|
||||||
std::cerr << "pbackfail" << std::endl;
|
|
||||||
if (current_ == begin_ || (ch != traits_type::eof() && ch != current_[-1]))
|
if (current_ == begin_ || (ch != traits_type::eof() && ch != current_[-1]))
|
||||||
{
|
{
|
||||||
return traits_type::eof();
|
return traits_type::eof();
|
||||||
|
|
Loading…
Reference in a new issue