Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 3f6b3a9

Browse files
committed
remove debug
1 parent d04f145 commit 3f6b3a9

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

dist/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3080,11 +3080,6 @@ async function run() {
30803080
catch { }
30813081
core.debug(`error running eslint?: ${eslintError}`);
30823082
try {
3083-
console.log(eslintOutput.indexOf('\\'));
3084-
console.log(eslintOutput.indexOf('\\"'));
3085-
console.log(eslintOutput.replace(/\\"/g, '\\\\"'));
3086-
console.log(eslintOutput.replace(/\\"/g, '\\"'));
3087-
console.log(eslintOutput.replace(/\"/g, '\\"'));
30883083
results = JSON.parse(eslintOutput.replace(/\\"/g, '\\"'));
30893084
const stylish = __webpack_require__(279);
30903085
// log to console so github action problem matchers can work on output

src/main.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ async function run(): Promise<void> {
5555
core.debug(`error running eslint?: ${eslintError}`)
5656

5757
try {
58-
console.log(eslintOutput.indexOf('\\'))
59-
console.log(eslintOutput.indexOf('\\"'))
60-
console.log(eslintOutput.replace(/\\"/g, '\\\\"'))
61-
console.log(eslintOutput.replace(/\\"/g, '\\"'))
62-
console.log(eslintOutput.replace(/\"/g, '\\"'))
6358
results = JSON.parse(eslintOutput.replace(/\\"/g, '\\"'))
6459
const stylish = require('eslint/lib/formatters/stylish')
6560

0 commit comments

Comments
 (0)