Skip to content

Commit

Permalink
fix: Removed console.log and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samwx committed Jun 28, 2018
1 parent 2562634 commit 6e62c76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions spec/helpers/jasmine_env.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ global.document = jsdomInstance.window.document
global.window = jsdomInstance.window
global.Element = jsdomInstance.window.Element
global.Event = jsdomInstance.window.Event
global.CustomEvent = jsdomInstance.window.CustomEvent
2 changes: 0 additions & 2 deletions src/components/blipSelect/blipSelectBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ export class BlipSelectBase {
* On input change event
*/
_onInputChange(event) {
console.log('event')

if (typeof this.configOptions.onInputChange !== 'function') {
throw new Error('Callback "onInputChange" is not a function')
}
Expand Down

0 comments on commit 6e62c76

Please sign in to comment.