Skip to content
Snippets Groups Projects
Commit a22088d9 authored by Erik Pollinger's avatar Erik Pollinger
Browse files

removed a logging

parent 37f1d769
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,6 @@ var withClosed = vars.exists("$context.showAll") && vars.get("$context.showAll")
if(wClosedParam == "true")
withClosed = wClosedParam;
logging.log(withClosed);
var idValues = vars.exists("$local.idvalues") && vars.get("$local.idvalues");
var discussions = KnowledgeDiscussion.getInstance(kId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment