Skip to content

Commit c5f7331

Browse files
committed
remove leftover
1 parent d36fdf7 commit c5f7331

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

executor/executable/task.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ func NewTask(taskInfo mesos.TaskInfo, sendStatusFunc SendStatusFunc, sendDeviceE
9292

9393
log.WithField("json", string(tciData[:])).
9494
Trace("received TaskCommandInfo")
95-
log.WithField("findme", "here").Info(string(tciData))
9695
if err := json.Unmarshal(tciData, &commandInfo); tciData != nil && err == nil {
9796
log.WithFields(logrus.Fields{
9897
"shell": *commandInfo.Shell,

0 commit comments

Comments
 (0)