Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
baijum committed Jul 25, 2018
1 parent 1af4a8a commit 3d9a2bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workitem/table_join.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func (j TableJoin) GetJoinExpression() string {
// this table join.
func (j *TableJoin) HandlesFieldName(fieldName string) bool {
for _, t := range j.PrefixActivators {
// system.iteration iteration.
if strings.HasPrefix(fieldName, t) {
return true
}
Expand Down

0 comments on commit 3d9a2bc

Please sign in to comment.