Skip to content

Commit 89225e2

Browse files
committed
JS: Remove confusing comment
1 parent b36593a commit 89225e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/Angular2.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ module Angular2 {
516516
i = 1 and name = "date" // date format string
517517
)
518518
or
519-
// Arguments to translate are assumed to be included in the result somewhere
520519
name = "translate" and
521520
succ = this and
522521
pred = [getArgument(1), getOptionArgument(1, _)]

0 commit comments

Comments
 (0)