Skip to content
Snippets Groups Projects
Commit 87e56a42 authored by Ernests Malnacs's avatar Ernests Malnacs
Browse files

Removed logging

parent 8927bc13
Branches issue#1
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ function getRowId(resource) {
}
function clearTrainerDetails() {
console.log("Clearing details for element: " + detailsParentId);
const parent = document.getElementById(detailsParentId);
parent.innerHTML = '';
}
......
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