diff options
Diffstat (limited to 'ui/app/components/main_panel/email_section.js')
-rw-r--r-- | ui/app/components/main_panel/email_section.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/components/main_panel/email_section.js b/ui/app/components/main_panel/email_section.js index a6525d92..a3ff11c2 100644 --- a/ui/app/components/main_panel/email_section.js +++ b/ui/app/components/main_panel/email_section.js @@ -19,8 +19,6 @@ export default class EmailSection extends React.Component { this.openKeys = this.openKeys.bind(this) this.openApp = this.openApp.bind(this) this.openPrefs = this.openPrefs.bind(this) - - console.log('email constructor') } openKeys() {} |