Skip to content
Snippets Groups Projects
Commit 560a7446 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

debug output removed

parent a3145e2a
No related branches found
No related tags found
1 merge request!107Resolve "exceeded visits list & unfinished visits list"
......@@ -112,7 +112,6 @@ function getColumns(columns, getSubjectEditUrl) {
var renderFunction = (function () {
var x = columnRow.type.replace("visit_", "");
return function (data, type, row) {
console.log("render", row.visits);
return create_visit_row(row.visits[x - 1]);
};
})();
......
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