disabled debug feature
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -332,8 +332,8 @@ public class Web extends TemplateServlet {
|
||||
|
||||
if (user != null) data.put(USER,user.safeMap());
|
||||
if (list != null) data.put(LIST,list.minimalMap());
|
||||
var interesting = !Set.of("js","jquery","css","OpenSans-Regular.woff","Bhineka.ttf").contains(path);
|
||||
LOG.debug("{}",interesting?"interesting":"boring");
|
||||
/*var interesting = !Set.of("js","jquery","css","OpenSans-Regular.woff","Bhineka.ttf").contains(path);
|
||||
LOG.debug("{}",interesting?"interesting":"boring");*/
|
||||
if (user != null){
|
||||
switch (path){
|
||||
case ADD_LIST:
|
||||
|
||||
Reference in New Issue
Block a user