Skip to content

Commit

Permalink
fix: remove double log message when starting a build (#3174)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e authored Oct 23, 2024
1 parent f988f32 commit fbbe04d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/buildengine/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ func build(ctx context.Context, plugin languageplugin.LanguagePlugin, projectRoo
logger := log.FromContext(ctx).Module(bctx.Config.Module).Scope("build")
ctx = log.ContextWithLogger(ctx, logger)

logger.Infof("Building module")
stubsRoot := stubsLanguageDir(projectRootDir, bctx.Config.Language)
return handleBuildResult(ctx, bctx.Config, result.From(plugin.Build(ctx, projectRootDir, stubsRoot, bctx, buildEnv, devMode)))
}
Expand Down

0 comments on commit fbbe04d

Please sign in to comment.