removed weird error handling code
This commit is contained in:
parent
cce901b51c
commit
30fad90c87
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public class TreeView implements HttpHandler {
|
|||
objPaths = Arrays.stream(uids).map(uid -> uid.split("/")).toArray(size -> new String[size][]);
|
||||
|
||||
response = Defaults.HTMLHEADER + "<h1>Beleg - Objektübersicht</h1><ul>";
|
||||
try { response += makeObjectTree(objPaths); } catch(Exception e) { e.printStackTrace(); }
|
||||
response += makeObjectTree(objPaths);
|
||||
response += Defaults.HTMLFOOTER;
|
||||
|
||||
os = t.getResponseBody();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue