Skip to content

Commit

Permalink
Remove log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Aug 23, 2017
1 parent ec3a63b commit 9727295
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions dist/tribute.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/TributeEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class TributeEvents {

keydown(instance, event) {
if (instance.shouldDeactivate(event)) {
console.log('shouldDeactivate')
instance.tribute.isActive = false
instance.tribute.hideMenu()
}
Expand Down

0 comments on commit 9727295

Please sign in to comment.