Skip to content

Commit

Permalink
console.log 死すべし慈悲は無い
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Oct 24, 2017
1 parent 19a7ea7 commit 416710f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/js/crsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,6 @@ export default class CRSearch {
input.appendTo(control)

Mousetrap.bind('up', e => {
console.log(document.activeElement)
console.log(input)
console.log(input[0])
console.log($(document.activeElement).closest('*[data-crsearch-id="' + id + '"]').length != 0)
if ($(document.activeElement).closest('*[data-crsearch-id="' + id + '"]').length != 0) {
e.preventDefault()
this.selectChange(true, box)
Expand Down

2 comments on commit 416710f

@saki7
Copy link
Contributor

@saki7 saki7 commented on 416710f Oct 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yumetodo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

笑う

Please sign in to comment.