]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/AssurePage.java
Add two "details" lines
[gigi.git] / src / org / cacert / gigi / pages / wot / AssurePage.java
index 5fae0f8cd042374e86ff5aabe3a9fd86fc0c90c3..6bdae95114864ec0978dd3feed2cd61687af37e0 100644 (file)
@@ -36,8 +36,6 @@ public class AssurePage extends Page {
 
                String pi = req.getPathInfo().substring(PATH.length() - 2);
                if (pi.length() > 1) {
-                       out.println("I am a Placeholder for the Assurance form # ");
-                       out.println(pi.substring(1));
                        User myself = LoginPage.getUser(req);
                        int mid = Integer.parseInt(pi.substring(1));
                        if (mid == myself.getId()) {