Skip to content

Commit 5426418

Browse files
committed
chore: remove debug log
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent 5aaa4ff commit 5426418

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export function getCapabilities(): Object {
88
try {
99
return loadState('core', 'capabilities')
1010
} catch (error) {
11-
console.debug('Could not find capabilities initial state fall back to _oc_capabilities')
1211
if (!('_oc_capabilities' in window)) {
1312
return {}
1413
}

0 commit comments

Comments
 (0)