Skip to content

Commit

Permalink
Update hub-channel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yakyouk authored Jul 18, 2021
1 parent 61efec4 commit 66d97c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/hub-channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ export default class HubChannel extends EventTarget {
.push("refresh_perms_token")
.receive("ok", res => {
this.setPermissionsFromToken(res.perms_token);
console.log("refetch permissions", this._refreshTimer);
resolve({ permsToken: res.perms_token, permissions: this._permissions });
})
.receive("error", reject);
Expand Down

0 comments on commit 66d97c5

Please sign in to comment.