Skip to content

Commit

Permalink
some debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaster committed Aug 17, 2021
1 parent 68716e4 commit 73bbd66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/api-explorer/src/reducers/spec/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,14 @@ export const getSpecKey = (location: AbstractLocation, specs?: SpecList) => {
} else if (specs) {
specKey = getDefaultSpecKey(specs)
}
console.log({ pathName, specKey })
return specKey
}

/**
* Creates a default state object with the spec matching the specKey defined
* in the url or the default criteria in getDefaultSpecKey
* @param specs A collection of specs
* @param specList A collection of specs
* @param location Standalone or extension location
* @returns An object to be used as default state
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/run-it/src/scenes/OAuthScene/OAuthScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const OAuthScene: FC = () => {
}
}, [auth, history])

// No LookerSDK40 no OAuth for you
// No sdk no OAuth for you
if (!sdk) return <></>

return (
Expand Down

0 comments on commit 73bbd66

Please sign in to comment.