MVMCoreLog import

This commit is contained in:
Hedden, Kyle Matthew 2018-07-19 14:42:53 -04:00
parent b7bd6456e6
commit 80ba74c932

View File

@ -9,6 +9,7 @@
#import "MFHardCodedServerResponse.h" #import "MFHardCodedServerResponse.h"
#import "MVMCoreRequestParameters.h" #import "MVMCoreRequestParameters.h"
#import "NSDictionary+MFConvenience.h" #import "NSDictionary+MFConvenience.h"
#import "MVMCoreLoggingHandler.h"
#if ENABLE_HARD_CODED_RESPONSE #if ENABLE_HARD_CODED_RESPONSE
@ -48,7 +49,7 @@
if(error) { if(error) {
MVMCoreLog(@"Error creating JSON!"); MVMCoreLog(@"Error creating JSON!");
} else { } else {
//DLog(@"Canned json responses:%@", jsonObj); //MVMCoreLog(@"Loaded canned json responses:\n%@", jsonObj);
} }
} }
} }