Skip to content

Commit 8c03ed2

Browse files
committed
added dry run
1 parent 1e2c32a commit 8c03ed2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ async function execStackQLQuery(core, command, isCommand, onFailure, dryRun) {
172172
if(dryRun){
173173
const json = JSON.parse(stdout);
174174
core.info(`dry-run query:\n${json[0].query}`);
175-
console.log(json[0].query);
176175
} else {
177176
core.info(`query output:\n${stdout}`);
178177
}

0 commit comments

Comments
 (0)