Browse Source

disabled debug feature

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
main
Stephan Richter 5 months ago
parent
commit
f3cff6f5c1
  1. 4
      src/main/java/de/srsoftware/widerhall/web/Web.java

4
src/main/java/de/srsoftware/widerhall/web/Web.java

@ -332,8 +332,8 @@ public class Web extends TemplateServlet {
if (user != null) data.put(USER,user.safeMap()); if (user != null) data.put(USER,user.safeMap());
if (list != null) data.put(LIST,list.minimalMap()); if (list != null) data.put(LIST,list.minimalMap());
var interesting = !Set.of("js","jquery","css","OpenSans-Regular.woff","Bhineka.ttf").contains(path); /*var interesting = !Set.of("js","jquery","css","OpenSans-Regular.woff","Bhineka.ttf").contains(path);
LOG.debug("{}",interesting?"interesting":"boring"); LOG.debug("{}",interesting?"interesting":"boring");*/
if (user != null){ if (user != null){
switch (path){ switch (path){
case ADD_LIST: case ADD_LIST:

Loading…
Cancel
Save