Skip to content

Commit 7efe530

Browse files
beffjarkerJLLeitschuh
authored andcommitted
chore: removed log debug statement (#5389)
1 parent 3df5d61 commit 7efe530

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/js/core/directives/ui-grid-menu.js

-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ function ($compile, $timeout, $window, $document, gridUtil, uiGridConstants, i18
271271
};
272272

273273
$scope.itemAction = function($event,title) {
274-
gridUtil.logDebug('itemAction');
275274
$event.stopPropagation();
276275

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

0 commit comments

Comments
 (0)