Skip to content

Commit

Permalink
WebGoat#165 cleaning up interim code
Browse files Browse the repository at this point in the history
  • Loading branch information
misfir3 committed Jan 14, 2016
1 parent b354123 commit 07f0cea
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -649,22 +649,6 @@ public String getLink() {
.append("/").append(getCategory().getRanking()).toString();
}

// /**
// * *Get the method for to provide to the UI for the attack submit
// *
// * @return
// */
// public String getSubmitMethod() {
// System.out.println("### getting submitMethod");
// if ("".equals(this.getLabelManager().get("submitMethod"))) {
// System.out.println("*** submitMethod: GET");
// return "GET";
// } else {
// System.out.println("*** submitMethod: " + this.getLabelManager().get("submitMethod"));
// return this.getLabelManager().get("submitMethod");
// }
// }

/**
* Get the link to the target servlet.
*
Expand Down

0 comments on commit 07f0cea

Please sign in to comment.