Skip to content

Commit

Permalink
Removed unused log lib in ECR client
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Dec 18, 2016
1 parent 63e84f0 commit 837743a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions services/ecr.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ package services
import (
"fmt"

"github.com/Sirupsen/logrus"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/ecr"
)

var log = logrus.New()

// ECRClient holds a connection to AWS ECR.
type ECRClient struct {
client *ecr.ECR
Expand Down

0 comments on commit 837743a

Please sign in to comment.