From f52b5fcdbd8df6fe2400a7d36a469a6cc7ff1842 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Tue, 6 Dec 2022 12:13:28 +0100 Subject: [PATCH] remove console log --- ns-list/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ns-list/index.js b/ns-list/index.js index f17ff0b..548bd6f 100644 --- a/ns-list/index.js +++ b/ns-list/index.js @@ -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 = '';