mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +03:00
remove extra console.log-s
This commit is contained in:
parent
cec37df7aa
commit
52e7bfb347
|
@ -18,7 +18,6 @@ export interface LoadingProps {
|
|||
|
||||
export class Loading extends React.PureComponent<LoadingProps> {
|
||||
render() {
|
||||
console.log('loading');
|
||||
return (
|
||||
<div style={{ textAlign: 'center' }}>
|
||||
<LoadingMessage color={this.props.color}>Loading ...</LoadingMessage>
|
||||
|
|
|
@ -110,7 +110,6 @@ export class OpenAPIParser {
|
|||
resetVisited() {
|
||||
for (let k in this._refCounter._counter) {
|
||||
if (this._refCounter._counter[k] > 0) {
|
||||
console.log('>>>', k, this._refCounter._counter[k]);
|
||||
}
|
||||
}
|
||||
this._refCounter = new RefCounter();
|
||||
|
|
Loading…
Reference in New Issue
Block a user