Skip to content

Commit

Permalink
remove 'a:' debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jan 11, 2013
1 parent 19f95f9 commit d21f04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_srs.cc
Expand Up @@ -72,7 +72,7 @@ static Handle<Value> parse(const Arguments& args)
{
error = true;
std::ostringstream s;
s << "a: OGR Error type #" << CPLE_AppDefined
s << "OGR Error type #" << CPLE_AppDefined
<< " problem occured importing from srs wkt: " << wkt_string << ".\n";;
err = ThrowException(Exception::TypeError(String::New(s.str().c_str())));

Expand Down

0 comments on commit d21f04e

Please sign in to comment.