Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Mar 30, 2016
1 parent feeb075 commit b5a1c7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/actionButtonsDirective.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default class ActionButtons implements ng.IDirective {
};

public static Factory = () => {
console.log('blaaafffffa');
let directive = () => new ActionButtons();
directive.$inject = [];
return directive;
Expand Down

0 comments on commit b5a1c7c

Please sign in to comment.