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:
@@ -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
|
||||
|
Reference in New Issue
Block a user