Skip to content

Commit 239edc4

Browse files
richard-vineyfran-worley
authored andcommitted
Remove debugging line in compute helper
1 parent 9705912 commit 239edc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addon/helpers/compute.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import { helper } from '@ember/component/helper';
44

55
export function compute([action, ...params]) {
6-
console('own helper');
76
return action(...params);
87
}
98

0 commit comments

Comments
 (0)