chore: remove console.log

This commit is contained in:
Roman Hotsiy 2017-02-27 16:05:33 +02:00
parent b2d4d7d4a4
commit c5b6ac47ac
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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);
} }