Skip to content

Commit 1ea67d4

Browse files
committed
hide rest log
1 parent cca8624 commit 1ea67d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rest.init = function() {
1717
usePromise: true
1818
}).then(function(client) {
1919
// To see all available methods:
20-
console.log(client);
20+
// console.log(client);
2121

2222
rest.client = client;
2323
resolve(client);

0 commit comments

Comments
 (0)