Skip to content

Commit

Permalink
Remove obsolete log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Nov 13, 2024
1 parent 356a8b8 commit 2dda758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reporter/gitlab/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ export default class GitLab {
const res = await response.json();

if (response.ok) {
logger.debug(`response data: ${JSON.stringify(res)}`);
const issues = res;

const [issue] = issues.filter(item => item.title === title); // since only one is expected, use the first one
Expand Down

0 comments on commit 2dda758

Please sign in to comment.