Skip to content

Commit

Permalink
drop debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 1, 2022
1 parent 5c82718 commit e1f3ec7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Linear.omnifocusjs/Resources/pull.js
Expand Up @@ -48,8 +48,6 @@
//////////////////////////////////
let toFocus = [];
for (let linearTask of body.data.viewer.assignedIssues.nodes) {
console.log("x", JSON.stringify(linearTask));

let teamsTag = flattenedTags.byName("teams") || new Tag("teams");
let teamTag = teamsTag.tagNamed(linearTask.team.name) || new Tag(linearTask.team.name, teamsTag);

Expand Down

0 comments on commit e1f3ec7

Please sign in to comment.