Skip to content

Commit

Permalink
chore: removed log debug statement (#5389)
Browse files Browse the repository at this point in the history
  • Loading branch information
beffjarker authored and JLLeitschuh committed May 27, 2016
1 parent 3df5d61 commit 7efe530
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/core/directives/ui-grid-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ function ($compile, $timeout, $window, $document, gridUtil, uiGridConstants, i18
};

$scope.itemAction = function($event,title) {
gridUtil.logDebug('itemAction');
$event.stopPropagation();

if (typeof($scope.action) === 'function') {
Expand Down

0 comments on commit 7efe530

Please sign in to comment.