Skip to content

Commit 0c680ab

Browse files
author
Bryan Cross
committed
Removing unnecessary console output
1 parent 5a8cb6d commit 0c680ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/bin/run-query

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ program
1111
.usage('<file> <token>')
1212
.arguments('<file> <token>')
1313
.action(function(file, token){
14-
console.log("Running query: " + file);
14+
//console.log("Running query: " + file);
1515
runQuery(file, token);
1616
})
1717
.description('Execute specified GraphQL query.');

0 commit comments

Comments
 (0)