Add LDAP authentication and enabling Spring logging
[proteocache.git] / server / compbio / controllers / MainController.java
index 4aeb1cd..a945e25 100644 (file)
@@ -39,7 +39,6 @@ public class MainController extends BasicController {
        @RequestMapping(value = "/home", method = RequestMethod.GET)
        public String printHome(ModelMap model ) {
                model.addAttribute("username", getPrincipalName());
-               model.addAttribute("message", "Spring Security Custom Form example");
                return "home";
        }