- Mini commit: disabled a redundant line in test-python-loader

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@851 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-08-13 14:26:40 +00:00
parent 1be6a9ca58
commit b1327341af
1 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,9 @@ main(int argc, char** argv)
// FIXME : Maybe activating a policy only to configure it is an overkill?
// Who gives a fuck about it?
pgk.activate_policy(&his, pol);
pol->configure();
//already done by activate_policy
//pol->configure();
}
catch (UserInterruptException e)
{