Merge "Remove lingering debug statement from previous submission"

This commit is contained in:
Treehugger Robot
2021-02-10 02:08:49 +00:00
committed by Gerrit Code Review

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