We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaa4ff commit 5426418Copy full SHA for 5426418
1 file changed
lib/index.ts
@@ -8,7 +8,6 @@ export function getCapabilities(): Object {
8
try {
9
return loadState('core', 'capabilities')
10
} catch (error) {
11
- console.debug('Could not find capabilities initial state fall back to _oc_capabilities')
12
if (!('_oc_capabilities' in window)) {
13
return {}
14
}
0 commit comments