Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Dvorak committed Mar 18, 2017
1 parent 95ec825 commit 2e3dba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teamup-highlight.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ function refresh(){

var oldProgressEl = row.lastChild.querySelector("progress");
if(oldProgressEl) oldProgressEl.remove();
console.log(row.lastChild.textContent, progress);
if(progress > 1) row.style.opacity = 0.5;
else if(progress > 0){
var progressEl = document.createElement("progress");
Expand Down

0 comments on commit 2e3dba7

Please sign in to comment.