Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Merge pull request #9 from AirHelp/removed_logging
Browse files Browse the repository at this point in the history
Removed unused logs
  • Loading branch information
Filip authored Mar 14, 2017
2 parents 25b2bea + 65139bb commit 1402f32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sqs/forwader.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ func (f Forwarder) Push(message string) error {
MessageBody: aws.String(message), // Required
QueueUrl: aws.String(f.queue), // Required
}
log.Print(params)
log.Print(*f.sqsClient.Config.Region)

resp, err := f.sqsClient.SendMessage(params)

if err != nil {
Expand Down

0 comments on commit 1402f32

Please sign in to comment.