Remove lingering debug statement from previous submission

While this may be helpful in the immediate-term, it will cause
incredibly bloated logs as more of the build is managed by Bazel.

Test: m nothing
Change-Id: I84f9ea5457c8180bc323a3835f70f5ec23e5c00e
This commit is contained in:
Chris Parsons 2021-02-09 19:05:59 -05:00
parent 81314ff2e6
commit 0703d514e3

View file

@ -467,7 +467,6 @@ func (context *bazelContext) InvokeBazel() error {
return err
}
fmt.Printf("Build statements %s", context.buildStatements)
// Clear requests.
context.requests = map[cqueryKey]bool{}
return nil