1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 22:29:41 +02:00

removed rogue console.log

This commit is contained in:
Harvey Kandola 2017-12-14 16:54:13 +00:00
parent dd45a67537
commit c449bdcd16

View file

@ -49,7 +49,6 @@ export default Component.extend(NotifierMixin, TooltipMixin, {
this._super(...arguments);
this.setupAddWizard();
console.log(this.get('pageId'));
this.attrs.onGotoPage(this.get('pageId'));
this.renderTooltips();