From e187626085d71d4828c498d3b39525ae92372ba2 Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Thu, 28 Sep 2017 17:07:25 +0200 Subject: [PATCH] wip --- src/js_realm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js_realm.cpp b/src/js_realm.cpp index 55ab1c0f..9c874d0b 100644 --- a/src/js_realm.cpp +++ b/src/js_realm.cpp @@ -61,7 +61,6 @@ void clear_test_state() { SyncManager::shared().reset_for_testing(); // syncManagerShared.configure_file_system(default_realm_file_directory(), SyncManager::MetadataMode::NoEncryption); #endif - delete_all_realms(); } std::string TypeErrorException::type_string(Property const& prop)