Skip to content

Commit

Permalink
👔 remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tisohjung committed Aug 11, 2024
1 parent 316b10b commit 4631f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TCADiagramLib/Diagram.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public enum Diagram {
}

// Action was not defined or found. Use Reducer name.
print("warning: Action was not found for feature \(relation.child), using reducer name")
print("Using reducer name from \(relation.child) for counting pullbacks")
pullbackCount[relation.child] = (pullbackCount[relation.child] ?? 0) + 1
return relation
}
Expand Down

0 comments on commit 4631f89

Please sign in to comment.