Skip to content

Commit

Permalink
Close #273: clean up unneeded debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Jun 12, 2023
1 parent eaff6aa commit 1ce06bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boot/native_image.go
Expand Up @@ -71,7 +71,6 @@ func (n NativeImageClasspath) Contribute(layer libcnb.Layer) (libcnb.Layer, erro
if exists, err := sherpa.Exists(nativeImageArgFile); err != nil {
return libcnb.Layer{}, fmt.Errorf("unable to check for native-image arguments file at %s\n%w", nativeImageArgFile, err)
} else if exists {
lc.Logger.Bodyf(fmt.Sprintf("native args file %s", nativeImageArgFile))
layer.BuildEnvironment.Default("BP_NATIVE_IMAGE_BUILD_ARGUMENTS_FILE", nativeImageArgFile)
}

Expand Down

0 comments on commit 1ce06bd

Please sign in to comment.