From 4db100357fc47464ca4fcf1a1b6658157c3c5d80 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 3 Oct 2025 06:28:13 -0700 Subject: [PATCH] DNL: test marvin --- cmd/bb_browser/browser_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bb_browser/browser_service.go b/cmd/bb_browser/browser_service.go index 2e5e829..5d307b8 100644 --- a/cmd/bb_browser/browser_service.go +++ b/cmd/bb_browser/browser_service.go @@ -18,7 +18,7 @@ import ( "strings" "unicode/utf8" - remoteexecution "github.com/bazelbuild/remote-apis/build/bazel/remote/execution/v2" + // remoteexecution "github.com/bazelbuild/remote-apis/build/bazel/remote/execution/v2" "github.com/buildbarn/bb-browser/pkg/proto/query" "github.com/buildbarn/bb-remote-execution/pkg/builder" "github.com/buildbarn/bb-remote-execution/pkg/filesystem/access"