8000 Remove output log · localheinz/github-script@493b839 · GitHub
[go: up one dir, main page]

Skip to content

Commit 493b839

Browse files
committed
Remove output log
1 parent 904b439 commit 493b839

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9192,7 +9192,6 @@ async function main() {
91929192
default:
91939193
throw new Error('"result-encoding" must be either "string" or "json"');
91949194
}
9195-
console.log('setting output', output);
91969195
Object(core.setOutput)('result', output);
91979196
}
91989197
function handleError(err) {

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ async function main() {
3939
throw new Error('"result-encoding" must be either "string" or "json"')
4040
}
4141

42-
console.log('setting output', output)
43-
4442
core.setOutput('result', output)
4543
}
4644

0 commit comments

Comments
 (0)
0