Skip to content

Commit

Permalink
Remove debug leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 4, 2017
1 parent 4d51b3d commit e38eec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgstriangle.cpp
Expand Up @@ -254,7 +254,7 @@ bool QgsTriangle::insertVertex( QgsVertexId position, const QgsPoint &vertex )
Q_UNUSED( vertex );
return false;
}
#include <iostream>

bool QgsTriangle::moveVertex( QgsVertexId vId, const QgsPoint &newPos )
{
if ( !mExteriorRing || vId.part != 0 || vId.ring != 0 || vId.vertex < 0 || vId.vertex > 4 )
Expand Down

0 comments on commit e38eec1

Please sign in to comment.