We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36fdf7 commit c5f7331Copy full SHA for c5f7331
1 file changed
executor/executable/task.go
@@ -92,7 +92,6 @@ func NewTask(taskInfo mesos.TaskInfo, sendStatusFunc SendStatusFunc, sendDeviceE
92
93
log.WithField("json", string(tciData[:])).
94
Trace("received TaskCommandInfo")
95
- log.WithField("findme", "here").Info(string(tciData))
96
if err := json.Unmarshal(tciData, &commandInfo); tciData != nil && err == nil {
97
log.WithFields(logrus.Fields{
98
"shell": *commandInfo.Shell,
0 commit comments