Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Dec 20, 2024
1 parent 62606be commit cb24649
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ilios-common/addon/modifiers/get-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { modifier } from 'ember-modifier';
```
*/
export default modifier(function getElement(element, [callback]) {
// assert('callback is a function', typeof callback === 'function');
if (typeof callback === 'function') {
callback(element);
} else {
Expand Down

0 comments on commit cb24649

Please sign in to comment.