Skip to content

Commit

Permalink
Removed unused templates
Browse files Browse the repository at this point in the history
Signed-off-by: shiv12095 <shiv12095@iiitd.ac.in>
  • Loading branch information
shiv12095 committed Aug 16, 2016
1 parent a865306 commit e306be5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 97 deletions.
Expand Up @@ -39,7 +39,6 @@ public OrderedHttpPutFormContentFilter httpPutFormContentFilter() {
@Override
protected void doFilterInternal(final HttpServletRequest request, HttpServletResponse response,
FilterChain filterChain) throws ServletException, IOException {
System.out.println("Called filter for request : " + request.getPathInfo() + " " + request.getMethod());
filterChain.doFilter(request, response);
}
};
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e306be5

Please sign in to comment.