Skip to content

Commit

Permalink
remove qDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Apr 8, 2021
1 parent 8b46090 commit 9af8bfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/providers/qgspointcloudsourceselect.cpp
Expand Up @@ -61,10 +61,8 @@ QgsPointCloudSourceSelect::QgsPointCloudSourceSelect( QWidget *parent, Qt::Windo

void QgsPointCloudSourceSelect::addButtonClicked()
{
qDebug() << __PRETTY_FUNCTION__ << mDataSourceType;
if ( mDataSourceType == QStringLiteral( "file" ) )
{
qDebug() << __PRETTY_FUNCTION__ << " : " << mPath;
if ( mPath.isEmpty() )
{
QMessageBox::information( this,
Expand Down

0 comments on commit 9af8bfd

Please sign in to comment.