Skip to content

Commit 2dda758

Browse files
committed
Remove obsolete log
1 parent 356a8b8 commit 2dda758

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/reporter/gitlab/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ export default class GitLab {
262262
const res = await response.json();
263263

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

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

0 commit comments

Comments
 (0)