MVMCoreLog import
This commit is contained in:
parent
b7bd6456e6
commit
80ba74c932
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user