Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/amazon-ecs-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d5c41a2cd781e586096115a281f78c13ba5dcd2b
Choose a base ref
..
head repository: aws/amazon-ecs-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b96d157de9b0766c41c131cfd4df3364fb0fec9f
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 agent/eventhandler/task_handler.go
1 change: 0 additions & 1 deletion agent/eventhandler/task_handler.go
Original file line number Diff line number Diff line change
@@ -122,7 +122,6 @@ func (handler *TaskHandler) startDrainEventsTicker() {
ticker.Stop()
return
case <-ticker.C:
seelog.Info("TaskHandler tick")
for _, event := range handler.getBatchedContainerEvents() {
seelog.Infof(
"TaskHandler: Adding a state change event to send batched container events: %s",