Skip to content

Commit

Permalink
Remove a debugging std::cerr
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5648 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jul 30, 2006
1 parent af5401c commit 3f15529
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsmaptoolidentify.cpp
Expand Up @@ -399,7 +399,6 @@ void QgsMapToolIdentify::showError(QgsMapLayer * mapLayer)

void QgsMapToolIdentify::resultsDialogGone()
{
std::cerr << "Dialog closed\n";
mResults = 0;
}

Expand Down

0 comments on commit 3f15529

Please sign in to comment.