Skip to content

Commit 58266c1

Browse files
committed
vector layer undo command: remove merging noise
1 parent 4e95496 commit 58266c1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/core/qgsvectorlayerundocommand.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ bool QgsVectorLayerUndoCommandChangeGeometry::mergeWith( const QUndoCommand *oth
150150
mNewGeom = merge->mNewGeom;
151151
merge->mNewGeom = 0;
152152

153-
QgsDebugMsg( "geometry changes merged" );
154153
return true;
155154
}
156155

src/core/qgsvectorlayerundocommand.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
#include "qgsfield.h"
2626
#include "qgsfeature.h"
27-
#include "qgslogger.h"
2827

2928
class QgsGeometry;
3029
class QgsGeometryCache;

0 commit comments

Comments
 (0)