Skip to content

Commit

Permalink
fix: clean generated outlined source
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespsena committed Jul 10, 2019
1 parent 1b3adbb commit 8c5af80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ func Outlined() (archiv *outlined.Outlined, err error) {
}
func load() {` + preInit + `
println(pkg+" env name: "+envName)
if outlinedPath == "" {
`
if c.OutlinedProgram {
Expand Down Expand Up @@ -405,7 +404,6 @@ func load() {` + preInit + `
}
fs = xbfs.NewFileSystem(&Assets)
println("xbindata outlined: PATH='"+outlinedPath+"' ENDED=", ended)
}
`
Expand Down

0 comments on commit 8c5af80

Please sign in to comment.