Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Dec 6, 2022
1 parent 27d992d commit f52b5fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ns-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ async function run() {
try {
const src = core.getInput('src');
const query = core.getInput('query');
console.log(`src: ${src}`);
console.log(`query: ${query}`);

let myOutput = '';
let myError = '';
Expand Down

0 comments on commit f52b5fc

Please sign in to comment.