From 830430370340d419835246404a9ac353764eb5b3 Mon Sep 17 00:00:00 2001 From: nickago Date: Thu, 16 Jul 2015 14:48:40 -0700 Subject: [PATCH] removed testing material --- api/post_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/post_test.go b/api/post_test.go index 37798a0c93..c62b4423e6 100644 --- a/api/post_test.go +++ b/api/post_test.go @@ -535,10 +535,6 @@ func TestDeletePosts(t *testing.T) { Client.LoginByEmail(team.Domain, userAdmin.Email, "pwd") - fmt.Println(userAdmin.Email) - fmt.Println(team.Email) - fmt.Println(userAdmin.Roles) - Client.Must(Client.DeletePost(channel1.Id, post4.Id)) }