diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m index 54e6f20..966700a 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m @@ -149,7 +149,6 @@ if (!requestForMissingData) { // We have all the needed data, continue with the load. - [[MVMCoreSessionTimeHandler sharedSessionHandler] sendKeepAliveToServer:NO]; [MVMCoreLoadRequestOperation handleLoadObject:loadObject error:nil]; } else {