Remove access token from Vector logs.

This commit is contained in:
giomfo
2016-02-11 11:29:33 +01:00
parent 6ef7b75011
commit a0d0070cd6
10 changed files with 56 additions and 46 deletions
@@ -245,7 +245,7 @@
[room leave:^{
[self.recentsTableView reloadData];
} failure:^(NSError *error) {
NSLog(@"[RecentsViewController] Failed to reject an invited room (%@) failed: %@", room.state.roomId, error);
NSLog(@"[RecentsViewController] Failed to reject an invited room (%@) failed", room.state.roomId);
}];
};