Remove debug codes
authorTim Otten <totten@civicrm.org>
Wed, 13 Jun 2018 06:00:53 +0000 (23:00 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:16 +0000 (19:13 -0700)
ext/afform/ang/afformCore.js

index c8de4b61580effca223de16908066e472adc2bfa..2488968454aa53df9070aae9fd7211a241e80157 100644 (file)
       d.link = function($scope, $el, $attr) {
         $scope.ts = CRM.ts(camelName);
         $scope.routeParams = $routeParams;
-        console.log('$routeParams', $routeParams);
-        // $scope.$watch(camelName, function(newValue){
-        //   $scope.options = newValue;
-        // });
       };
       return d;
     };