Skip to content

Commit b4c1453

Browse files
committed
Remove the error message for actions with no parenthesis.
1 parent bcc8aac commit b4c1453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

django_unicorn/static/js/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export function args(func) {
118118
func = func.trim()
119119

120120
if (!contains(func, "(") || !func.endsWith(")")) {
121-
console.error(`Action method '${func}' could not be parsed`);
122121
return [];
123122
}
124123

0 commit comments

Comments
 (0)