mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-23 00:56:33 +03:00
Remove debug log messages
This commit is contained in:
parent
18c3f605a0
commit
1d0579f114
|
@ -86,9 +86,6 @@ export function RedocComponent(options) {
|
||||||
pipes: pipes
|
pipes: pipes
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(options.selector, options.detect ?
|
|
||||||
(options.onPushOnly ? 'OnPush' : 'Default') : 'Detached');
|
|
||||||
|
|
||||||
return componentDecorator(target) || target;
|
return componentDecorator(target) || target;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user