summaryrefslogtreecommitdiffstats
path: root/store/sql_channel_store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_channel_store_test.go')
-rw-r--r--store/sql_channel_store_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/store/sql_channel_store_test.go b/store/sql_channel_store_test.go
index 519fdea6a..d7d99f581 100644
--- a/store/sql_channel_store_test.go
+++ b/store/sql_channel_store_test.go
@@ -766,8 +766,6 @@ func TestGetMemberCount(t *testing.T) {
}
Must(store.Channel().Save(&c2))
- t.Logf("c1.Id = %v", c1.Id)
-
u1 := &model.User{
Email: model.NewId(),
DeleteAt: 0,
@@ -872,8 +870,6 @@ func TestUpdateExtrasByUser(t *testing.T) {
}
Must(store.Channel().Save(&c2))
- t.Logf("c1.Id = %v", c1.Id)
-
u1 := &model.User{
Email: model.NewId(),
DeleteAt: 0,