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
@@ -354,7 +354,7 @@
[self onSave:nil];
} failure:^(NSError *error)
{
NSLog(@"[Vector RoomSettingsViewController] Failed to upload image: %@", error);
NSLog(@"[RoomSettingsViewController] Failed to upload image");
[updatedItemsDict removeObjectForKey:@"ROOM_SECTION_PHOTO"];
[self onSave:nil];
}];
@@ -376,7 +376,7 @@
} failure:^(NSError *error) {
NSLog(@"[Vector RoomSettingsViewController] Failed to update the room avatar %@", error);
NSLog(@"[RoomSettingsViewController] Failed to update the room avatar");
__strong __typeof(weakSelf)strongSelf = weakSelf;
[strongSelf->updatedItemsDict removeObjectForKey:@"ROOM_SECTION_PHOTO_URL"];
@@ -414,7 +414,7 @@
});
NSLog(@"[onDone] Rename room failed: %@", error);
NSLog(@"[onDone] Rename room failed");
}];
return;
@@ -448,7 +448,7 @@
});
NSLog(@"[onDone] Rename topic failed: %@", error);
NSLog(@"[onDone] Rename topic failed");
}];
return;