projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbfbb5c
)
Remove debug codes
author
Tim Otten
<totten@civicrm.org>
Wed, 13 Jun 2018 06:00:53 +0000
(23:00 -0700)
committer
CiviCRM
<info@civicrm.org>
Wed, 16 Sep 2020 02:13:16 +0000
(19:13 -0700)
ext/afform/ang/afformCore.js
patch
|
blob
|
blame
|
history
diff --git
a/ext/afform/ang/afformCore.js
b/ext/afform/ang/afformCore.js
index c8de4b61580effca223de16908066e472adc2bfa..2488968454aa53df9070aae9fd7211a241e80157 100644
(file)
--- a/
ext/afform/ang/afformCore.js
+++ b/
ext/afform/ang/afformCore.js
@@
-13,10
+13,6
@@
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;
};