Skip to content

Commit 6235fbe

Browse files
author
Gavin Barron
committed
removing context
1 parent 8843e43 commit 6235fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/graphHelper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ GraphHelper.prototype = {
6767

6868
res.on('data', chunk => endpointData += chunk);
6969
res.on('end', () => {
70-
context.log(endpointData);
70+
// context.log(endpointData);
7171
if (res.statusCode === 200) callback(null, JSON.parse(endpointData));
7272
else callback(JSON.parse(endpointData), null);
7373
});

0 commit comments

Comments
 (0)