Skip to content

Commit

Permalink
Remove wrorn dispatch_group_remove
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-apple committed Mar 9, 2022
1 parent 3554bf1 commit f59e2f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ - (IBAction)removeAllFabricsButtonPressed:(id)sender
stringWithFormat:@"Removed own Fabric Index %@ with Error %@",
params.fabricIndex, error]
isError:error];
dispatch_group_leave(removeGroup);
}];
});
})) {
Expand Down

0 comments on commit f59e2f1

Please sign in to comment.