Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Atlas] Remove cout
  • Loading branch information
Hugo Mercier committed Feb 6, 2013
1 parent 18cd145 commit a05fc28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/composer/qgsatlascomposition.cpp
Expand Up @@ -324,6 +324,5 @@ void QgsAtlasComposition::readXML( const QDomElement& atlasElem, const QDomDocum
mSingleFile = atlasElem.attribute( "singleFile", "false" ) == "true" ? true : false;
mFilenamePattern = atlasElem.attribute( "filenamePattern", "" );

std::cout << "emit parameter changed this = " << this << std::endl;
emit parameterChanged();
}

0 comments on commit a05fc28

Please sign in to comment.