Skip to content

Commit

Permalink
Merge 7cdb2cd into 8acadc4
Browse files Browse the repository at this point in the history
  • Loading branch information
harshalshah162 committed Aug 25, 2020
2 parents 8acadc4 + 7cdb2cd commit 3ba1b05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions codegen/module.go
Expand Up @@ -1085,8 +1085,6 @@ func (system *ModuleSystem) populateSpec(instance *ModuleInstance) error {

spec, err := specProvider.ComputeSpec(instance)
if err != nil {
// Don't create new errors, rather wrap the error as we need the original error at caller
fmt.Println("error when running computespec", err.Error())
return err
}
if spec != nil {
Expand Down

0 comments on commit 3ba1b05

Please sign in to comment.