Remove log result

This commit is contained in:
Jonathan Clem
2020-02-28 08:54:30 -05:00
parent 26ee3d2d09
commit 62fdca610c
2 changed files with 0 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ async function main() {
{require: require, github, context},
script
)
console.log('test result', result)
let encoding = core.getInput('result-encoding')
encoding = encoding ? encoding : 'json'