Skip to content

Commit

Permalink
no debug logging in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin Rentea committed Mar 17, 2017
1 parent dc27c32 commit 270b78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/fcm_integration_test.go
Expand Up @@ -54,7 +54,7 @@ type expectedValues struct {

// Test that restarting the service continues to fetch messages from store for a subscription from lastID
func TestFCMRestart(t *testing.T) {
defer testutil.EnableDebugForMethod()()
//defer testutil.EnableDebugForMethod()()
defer testutil.ResetDefaultRegistryHealthCheck()

a := assert.New(t)
Expand Down

0 comments on commit 270b78a

Please sign in to comment.