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 356a8b8 commit 2dda758Copy full SHA for 2dda758
src/reporter/gitlab/index.js
@@ -262,7 +262,6 @@ export default class GitLab {
262
const res = await response.json();
263
264
if (response.ok) {
265
- logger.debug(`response data: ${JSON.stringify(res)}`);
266
const issues = res;
267
268
const [issue] = issues.filter(item => item.title === title); // since only one is expected, use the first one
0 commit comments