remove stale comment
This commit is contained in:
parent
74ae34865d
commit
3dbd6ea3a9
|
@ -37,9 +37,6 @@ func (n *nodeExpandModule) Name() string {
|
|||
|
||||
// GraphNodeModulePath implementation
|
||||
func (n *nodeExpandModule) ModulePath() addrs.Module {
|
||||
// This node represents the module call within a module,
|
||||
// so return the CallerAddr as the path as the module
|
||||
// call may expand into multiple child instances
|
||||
return n.Addr
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue