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:
parent
81314ff2e6
commit
0703d514e3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue