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:
parent
dd45a67537
commit
c449bdcd16
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ export default Component.extend(NotifierMixin, TooltipMixin, {
|
||||||
this._super(...arguments);
|
this._super(...arguments);
|
||||||
this.setupAddWizard();
|
this.setupAddWizard();
|
||||||
|
|
||||||
console.log(this.get('pageId'));
|
|
||||||
this.attrs.onGotoPage(this.get('pageId'));
|
this.attrs.onGotoPage(this.get('pageId'));
|
||||||
|
|
||||||
this.renderTooltips();
|
this.renderTooltips();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue