Skip to content

Commit ff03bf3

Browse files

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/gui/qgisapp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,8 +1383,10 @@ void QgisApp::restoreSessionPlugins(QString thePluginDirString)
13831383
bool loaded = myLib->load();
13841384
if (loaded)
13851385
{
1386+
#ifdef QGISDEBUG
13861387
//purposely leaving this one to stdout!
13871388
std::cout << "Loaded " << myLib->library().toLocal8Bit().data() << std::endl;
1389+
#endif
13881390
name_t * myName =(name_t *) myLib->resolve("name");
13891391
description_t * myDescription = (description_t *) myLib->resolve("description");
13901392
version_t * myVersion = (version_t *) myLib->resolve("version");

0 commit comments

Comments
 (0)
Please sign in to comment.