Skip to content

Commit

Permalink
removing system out
Browse files Browse the repository at this point in the history
  • Loading branch information
ddtxra committed Jun 15, 2015
1 parent 52fa54a commit 1055de7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file modified sparql-playground.war
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ private Object buildPage(File f, String name) {

@Cacheable("page")
public String getPage(String page) {
System.err.println("Getting page");

if(page.equals(ABOUT_PAGE)){
return IOUtils.readFile("README.md", null);
}else {
Expand Down

0 comments on commit 1055de7

Please sign in to comment.