Skip to content

Commit

Permalink
Remove traces
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed Mar 31, 2018
1 parent 63508bb commit fe30854
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions amqpw_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package amqpw

import (
"context"
"fmt"
"log"
"os"
"sync"
Expand Down Expand Up @@ -67,7 +66,6 @@ func TestMain(m *testing.M) {
}

func Test_Perform(t *testing.T) {
fmt.Println("Test_Perform")
r := require.New(t)

var hit bool
Expand All @@ -86,7 +84,6 @@ func Test_Perform(t *testing.T) {
}

func Test_PerformMultiple(t *testing.T) {
fmt.Println("Test_Perform")
r := require.New(t)

var hitPerform1, hitPerform2 bool
Expand Down Expand Up @@ -114,7 +111,6 @@ func Test_PerformMultiple(t *testing.T) {
}

func Test_PerformAt(t *testing.T) {
fmt.Println("Test_PerformAt")
r := require.New(t)

var hit bool
Expand All @@ -133,7 +129,6 @@ func Test_PerformAt(t *testing.T) {
}

func Test_PerformIn(t *testing.T) {
fmt.Println("Test_PerformIn")
r := require.New(t)

var hit bool
Expand Down

0 comments on commit fe30854

Please sign in to comment.