mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
chore: remove console.log
This commit is contained in:
parent
b2d4d7d4a4
commit
c5b6ac47ac
|
@ -216,7 +216,6 @@ export class MenuService {
|
||||||
cItem.parent.active = true;
|
cItem.parent.active = true;
|
||||||
cItem = cItem.parent;
|
cItem = cItem.parent;
|
||||||
}
|
}
|
||||||
console.log(idx, '>>>>>>>>>>>>> woooohooooo');
|
|
||||||
this.hash.update(this.hashFor(item.id, item.metadata, item.parent && item.parent.id));
|
this.hash.update(this.hashFor(item.id, item.metadata, item.parent && item.parent.id));
|
||||||
this.changedActiveItem.next(item);
|
this.changedActiveItem.next(item);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user