Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c59c512e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove lingering debug statement from previous submission"

parents 509ab03f 0703d514
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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