diff --git a/ext/v8/v8_template.cpp b/ext/v8/v8_template.cpp index 20e8c98..db31b67 100644 --- a/ext/v8/v8_template.cpp +++ b/ext/v8/v8_template.cpp @@ -196,9 +196,7 @@ void rr_init_template() { } Local Racer_Create_V8_ObjectTemplate(VALUE value) { - printf("legacy!!!\n"); - rb_raise(rb_eScriptError, "wrapped legacy template"); - Local tmpl = ObjectTemplate::New(); + Local tmpl = ObjectTemplate::New(); // tmpl->SetInternalFieldCount(2); tmpl->SetNamedPropertyHandler( RacerRubyNamedPropertyGetter,