Navigation Menu

Skip to content

Commit

Permalink
Remove left-over debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Jan 18, 2016
1 parent b2ca6d0 commit a0e6d49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/postgres/qgscolumntypethread.cpp
Expand Up @@ -113,6 +113,5 @@ void QgsGeomColumnTypeThread::run()
emit progressMessage( tr( "Table retrieval finished." ) );

QgsPostgresConnPool::instance()->releaseConnection( mConn );
//mConn->unref();
mConn = nullptr;
}

0 comments on commit a0e6d49

Please sign in to comment.