minor cleanup

This commit is contained in:
Karmanyaah Malhotra
2021-03-05 18:59:06 -05:00
parent 1636f92acd
commit 7d6847fd3b
5 changed files with 9 additions and 5 deletions

View File

@ -198,7 +198,6 @@ func (store *SQLStateStore) SetMembership(roomID id.RoomID, userID id.UserID, me
Membership: string(membership),
}
print("weird thing 2 502650285")
print(user.Membership)
ans := store.db.Clauses(clause.OnConflict{
Columns: []clause.Column{{Name: "room_id"}, {Name: "user_id"}},