Skip to content

Commit

Permalink
Remove debugging line in compute helper
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-viney authored and fran-worley committed Apr 23, 2020
1 parent 9705912 commit 239edc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/helpers/compute.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { helper } from '@ember/component/helper';

export function compute([action, ...params]) {
console('own helper');
return action(...params);
}

Expand Down

0 comments on commit 239edc4

Please sign in to comment.