clean up comment remove print
This commit is contained in:
parent
0f6cbf1be2
commit
dbcf30470f
@ -46,9 +46,9 @@ func main() {
|
||||
}
|
||||
|
||||
var metadataSpecificVersion []*build.BuiltinActorsMetadata
|
||||
|
||||
// see ./build/actors/pack.sh
|
||||
// expected args are git bundle tag then number of per network overrides
|
||||
// expected args are:
|
||||
// $(GOCC) run ./gen/bundle $(VERSION) $(RELEASE) $(RELEASE_OVERRIDES)
|
||||
// overrides are in the format network_name=override
|
||||
|
||||
if len(os.Args) > 1 {
|
||||
@ -67,7 +67,6 @@ func main() {
|
||||
} else {
|
||||
m.BundleGitTag = os.Args[2]
|
||||
}
|
||||
fmt.Println("hi")
|
||||
metadataSpecificVersion = append(metadataSpecificVersion, m)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user