disable schema/defaults cleanup until we can ensure we are using the correct context

This commit is contained in:
Ari Lazier 2015-10-19 10:25:25 -07:00
parent 832e0c5e13
commit 69ea13944f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ NSString *RealmFileDirectory() {
static JSValueRef ClearTestState(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef *exception) { static JSValueRef ClearTestState(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef *exception) {
[RealmJS clearTestState]; [RealmJS clearTestState];
RJSSchemaClearState(ctx); //RJSSchemaClearState(ctx);
return NULL; return NULL;
} }