Skip to content

Commit

Permalink
fixed crash
Browse files Browse the repository at this point in the history
  • Loading branch information
pro100andrey committed Sep 7, 2017
1 parent 24100cb commit 6f18698
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions QMManagers/QMServicesManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ - (void)logoutWithCompletion:(dispatch_block_t)completion {
[QMChatCache.instance truncateAll:^{
dispatch_group_leave(logoutGroup);
}];

dispatch_group_enter(logoutGroup);
[QMOpenGraphCache.instance deleteAllOpenGraphItemsWithCompletion:^{

dispatch_group_leave(logoutGroup);
}];

dispatch_group_notify(logoutGroup, dispatch_get_main_queue(), ^{

Expand Down

0 comments on commit 6f18698

Please sign in to comment.