Skip to content

Commit

Permalink
fix(Edit): Remove leftover console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Nov 14, 2014
1 parent 27bd0c3 commit 3b70758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/edit/js/gridEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@
$elm[0].focus();
$elm[0].select();
$elm.on('blur', function (evt) {
console.log('stop edit!');
$scope.stopEdit(evt);
});
});
Expand Down

0 comments on commit 3b70758

Please sign in to comment.