Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Collins committed Jan 8, 2015
1 parent 7b4e70a commit 2c32de3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ment.io",
"main": "dist/mentio.js",
"version": "0.9.21",
"version": "0.9.22",
"homepage": "https://github.com/jeff-collins/ment.io",
"authors": [
"jeff-collins <[email protected]>",
Expand Down
2 changes: 0 additions & 2 deletions dist/mentio.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,6 @@ angular.module('mentio', [])
var mentionInfo = mentioUtil.getTriggerInfo(scope.context(), scope.triggerCharSet,
scope.requireLeadingSpace, isActive);

console.log('mentionInfo=', mentionInfo);

if (mentionInfo !== undefined &&
(
!isActive ||
Expand Down
2 changes: 1 addition & 1 deletion dist/mentio.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ment.io",
"version": "0.9.21",
"version": "0.9.22",
"description": "Mentions for Angular",
"main": "dist/mentio.js",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions src/mentio.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,6 @@ angular.module('mentio', [])
var mentionInfo = mentioUtil.getTriggerInfo(scope.context(), scope.triggerCharSet,
scope.requireLeadingSpace, isActive);

console.log('mentionInfo=', mentionInfo);

if (mentionInfo !== undefined &&
(
!isActive ||
Expand Down

0 comments on commit 2c32de3

Please sign in to comment.