mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
remove printf()
This commit is contained in:
parent
a9e1d57fc1
commit
c4b1c79448
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ Handle<Value> RacerRubyNamedPropertySetter(Local<String> property, Local<Value>
|
|||
* The result is true if the property exists and false otherwise.
|
||||
*/
|
||||
Handle<Boolean> RacerRubyNamedPropertyQuery(Local<String> property, const AccessorInfo& info) {
|
||||
printf("Query: '%s'<br/>", *String::AsciiValue(property));
|
||||
// printf("Query: '%s'<br/>", *String::AsciiValue(property));
|
||||
if (property->Length() == 0) {
|
||||
return False();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue