Skip to content

Commit

Permalink
don't try to reload plugins, it has just a little meaning and might d…
Browse files Browse the repository at this point in the history
…o some problems for plugins. Moreover it was producing output to console.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8509 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed May 23, 2008
1 parent 59f6abb commit 361109b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgspythonutils.cpp
Expand Up @@ -440,7 +440,6 @@ bool QgsPythonUtils::loadPlugin(QString packageName)
runString(
"try:\n"
" import " + packageName + "\n"
" reload(" + packageName + ")\n"
" __main__.__plugin_result = 'OK'\n"
"except:\n"
" __main__.__plugin_result = 'ERROR'\n");
Expand Down

0 comments on commit 361109b

Please sign in to comment.