We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca8624 commit 1ea67d4Copy full SHA for 1ea67d4
1 file changed
src/rest.js
@@ -17,7 +17,7 @@ rest.init = function() {
17
usePromise: true
18
}).then(function(client) {
19
// To see all available methods:
20
- console.log(client);
+ // console.log(client);
21
22
rest.client = client;
23
resolve(client);
0 commit comments