Skip to content
Snippets Groups Projects
Commit 4b14ae03 authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove log messages

parent d7162df2
No related branches found
No related tags found
1 merge request!1Update readme
......@@ -362,7 +362,6 @@ function TogglButtonGM(selector, renderer) {
content.appendChild($link);
content.appendChild(createProjectSelect());
if (existingWrapper.length > 0) {
console.log('Re-use existing toggl');
wrapper = existingWrapper[0];
while (wrapper.firstChild) {
wrapper.removeChild(wrapper.firstChild);
......@@ -370,7 +369,6 @@ function TogglButtonGM(selector, renderer) {
wrapper.appendChild(content);
}
else {
console.log('Create new toggl');
wrapper = document.createElement('div');
wrapper.id = 'toggl-button-wrapper';
wrapper.appendChild(content);
......
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