diff --git a/native/v8_extensions/native.mm b/native/v8_extensions/native.mm index 82609b380..720b7d8a2 100644 --- a/native/v8_extensions/native.mm +++ b/native/v8_extensions/native.mm @@ -19,8 +19,6 @@ NSString *stringFromCefV8Value(const CefRefPtr& value); void throwException(const CefRefPtr& global, CefRefPtr exception, NSString *message); Native::Native() : CefV8Handler() { - NSString *filePath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"v8_extensions/native.js"]; - NSString *extensionCode = [NSString stringWithContentsOfFile:filePath encoding:NSUTF8StringEncoding error:nil]; windowState = "{}"; }