From 64412e1c4bb30a9798ee1c83fd33266d043deeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Pa=C3=9F?= <22845248+mpass99@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:27:31 +0100 Subject: [PATCH] Revert "Inject Execution Debug Message" This reverts commit 04a2d0ff3bdd1d476e92c6becbe046b79842ebe6. --- internal/nomad/nomad.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/nomad/nomad.go b/internal/nomad/nomad.go index fe95b6b..79f92ad 100644 --- a/internal/nomad/nomad.go +++ b/internal/nomad/nomad.go @@ -696,7 +696,6 @@ func prepareCommandTTY(command string, currentNanoTime int64, privilegedExecutio // Take the command to be executed and wrap it to redirect stderr. stderrFifoPath := stderrFifo(currentNanoTime) command = fmt.Sprintf(stderrWrapperCommandFormat, stderrFifoPath, command, stderrFifoPath) - command = injectStartDebugMessage(command, 0, 1) command = setUserCommand(command, privilegedExecution) command = unsetEnvironmentVariables(command)