#165 cleaning up interim code

This commit is contained in:
Jason White 2016-01-14 09:03:43 -05:00
parent b3541231bc
commit 07f0cea0a0

View File

@ -649,22 +649,6 @@ public abstract class AbstractLesson extends Screen implements Comparable<Object
.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.
*