Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Feb 2, 2017
1 parent ac62926 commit 61aa68b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/public/abecms/scripts/modules/EditorInputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ export default class EditorInputs {
* @return {[type]} [description]
*/
_inputReloadBlur(e) {
console.log('* * * * * * * * * * * * * * * * * * * * * * * * * * * * *')
console.log('_inputReloadBlur')
if (!e.target.parentNode.classList.contains('upload-wrapper') && e.currentTarget.getAttribute('data-autocomplete') !== 'true') {
this.onReload._fire()
}
Expand Down

0 comments on commit 61aa68b

Please sign in to comment.