Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Nov 13, 2024
1 parent 8ef7da7 commit 9f1af8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/testhelpers/e2e/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func sandboxedTestEnvironment(t *testing.T, dirs *Dirs, updatePath bool, extraEn
constants.ServiceSockDir + "=" + dirs.SockRoot,
constants.HomeEnvVarName + "=" + dirs.HomeDir,
systemHomeEnvVarName + "=" + dirs.HomeDir,
constants.DebugServiceRequestsEnvVarName + "=true",
"NO_COLOR=true",
"CI=true",
}...)
Expand Down

0 comments on commit 9f1af8e

Please sign in to comment.