diff --git a/ext/v8/callbacks.cpp b/ext/v8/callbacks.cpp index 09e0f24..c26e49d 100644 --- a/ext/v8/callbacks.cpp +++ b/ext/v8/callbacks.cpp @@ -118,7 +118,7 @@ Handle RacerRubyNamedPropertySetter(Local property, Local * The result is true if the property exists and false otherwise. */ Handle RacerRubyNamedPropertyQuery(Local property, const AccessorInfo& info) { - printf("Query: '%s'
", *String::AsciiValue(property)); + // printf("Query: '%s'
", *String::AsciiValue(property)); if (property->Length() == 0) { return False(); }