We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9705912 commit 239edc4Copy full SHA for 239edc4
addon/helpers/compute.js
@@ -3,7 +3,6 @@
3
import { helper } from '@ember/component/helper';
4
5
export function compute([action, ...params]) {
6
- console('own helper');
7
return action(...params);
8
}
9
0 commit comments