Skip to content

Commit 74889ed

Browse files
committed
Remove debug logging.
1 parent bc18d43 commit 74889ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

browser-extension/src/lib/enhancers/github/githubIssueAddComment.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ export class GitHubIssueAddCommentEnhancer implements CommentEnhancer<GitHubIssu
2121
return null
2222
}
2323

24-
logger.debug('THE ID IS ', textarea.id)
25-
2624
// Parse GitHub URL structure: /owner/repo/issues/123 or /owner/repo/pull/456
2725
logger.debug(`${this.constructor.name} examing url`, window.location.pathname)
2826

0 commit comments

Comments
 (0)