Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dont dump on every style conversion
  • Loading branch information
timlinux committed Jan 22, 2013
1 parent 07772f1 commit 7010fbd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/core/qgsmaplayer.cpp
Expand Up @@ -786,12 +786,9 @@ QString QgsMapLayer::loadNamedStyle( const QString theURI, bool &theResultFlag )
"). Problems may occur." );

QgsProjectFileTransform styleFile( myDocument, fileVersion );

styleFile.dump();

// styleFile.dump();
styleFile.updateRevision( thisVersion );

styleFile.dump();
// styleFile.dump();
}

// now get the layer node out and pass it over to the layer
Expand Down

0 comments on commit 7010fbd

Please sign in to comment.