Remove an unnecessary printStackTrace()

git-svn-id: http://webgoat.googlecode.com/svn/trunk@269 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes 2008-01-10 20:21:10 +00:00
parent cbb5358485
commit 45d7b763d4

View File

@ -120,7 +120,6 @@ public class ConcurrencyCart extends LessonAdapter
}
catch (ParameterNotFoundException pnfe)
{
pnfe.printStackTrace();
System.out.println("[DEBUG] no action selected, defaulting to createShoppingPage");
ec = createShoppingPage(s, quantity1, quantity2, quantity3, quantity4);
}