Remove an unnecessary printStackTrace()
git-svn-id: http://webgoat.googlecode.com/svn/trunk@269 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
cbb5358485
commit
45d7b763d4
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user