No need to produce a warning here

This commit is contained in:
dannyrb 2019-05-15 15:45:42 -04:00
parent f925c8a380
commit 776f5b0e8c

View File

@ -20,7 +20,6 @@ OHIF.user.getAccessToken = () => {
// TODO: Get the Redux store from somewhere else
const state = window.store.getState()
if (!state.oidc || !state.oidc.user) {
console.warn('failed to grab access token')
return
}