We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc18d43 commit 74889edCopy full SHA for 74889ed
browser-extension/src/lib/enhancers/github/githubIssueAddComment.ts
@@ -21,8 +21,6 @@ export class GitHubIssueAddCommentEnhancer implements CommentEnhancer<GitHubIssu
21
return null
22
}
23
24
- logger.debug('THE ID IS ', textarea.id)
25
-
26
// Parse GitHub URL structure: /owner/repo/issues/123 or /owner/repo/pull/456
27
logger.debug(`${this.constructor.name} examing url`, window.location.pathname)
28
0 commit comments