diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m index 75b134f..842d032 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m @@ -48,7 +48,6 @@ self.registeredLoadQueues = [[NSMutableArray alloc] initWithCapacity:3]; [self registerLoadQueue:self.blockingLoadQueue]; [self registerLoadQueue:self.backgroundLoadQueue]; - } return self; }