Skip to content

Commit 706f9ca

Browse files
author
Bryan Cross
committed
Removed spurious commented out code
1 parent 694d8a2 commit 706f9ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphql/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ function runQuery(file, token) {
4949
}
5050
, json: true
5151
, body: queryObj
52-
//,body: testQuery
5352
}, function (error, response, body) {
5453
console.log(JSON.stringify(body, null, 2));
5554
});

0 commit comments

Comments
 (0)