Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Aug 4, 2020
1 parent 33d1572 commit 9b9195a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
thing_title = things[key]['label'];
}

console.log(thing_title);
//console.log(thing_title);
try{
if (thing_title.startsWith('highlights-') ){
// Skip highlight items
Expand All @@ -106,7 +106,7 @@
try{
if (thing_id.startsWith('highlights-') ){
// Skip items that are already highlight clones themselves.
console.log(thing_id + " starts with highlight-, so skipping.");
//console.log(thing_id + " starts with highlight-, so skipping.");
continue;
}

Expand Down

0 comments on commit 9b9195a

Please sign in to comment.