Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbarlow committed Mar 19, 2020
1 parent a78f066 commit db4a306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function faIconButtonsPropertyEditorController($scope, $sce) {
$scope.trustAsHtml = $sce.trustAsHtml;

vm.init = function () {
console.log($scope.model.config);

if ($scope.model.config && $scope.model.config.faIconButtons) {
vm.buttons = $scope.model.config.faIconButtons;
}
Expand Down

0 comments on commit db4a306

Please sign in to comment.