Skip to content

Commit

Permalink
vector layer undo command: remove merging noise
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 30, 2013
1 parent 4e95496 commit 58266c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/qgsvectorlayerundocommand.cpp
Expand Up @@ -150,7 +150,6 @@ bool QgsVectorLayerUndoCommandChangeGeometry::mergeWith( const QUndoCommand *oth
mNewGeom = merge->mNewGeom;
merge->mNewGeom = 0;

QgsDebugMsg( "geometry changes merged" );
return true;
}

Expand Down
1 change: 0 additions & 1 deletion src/core/qgsvectorlayerundocommand.h
Expand Up @@ -24,7 +24,6 @@

#include "qgsfield.h"
#include "qgsfeature.h"
#include "qgslogger.h"

class QgsGeometry;
class QgsGeometryCache;
Expand Down

0 comments on commit 58266c1

Please sign in to comment.