mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
remove debug line
This commit is contained in:
parent
bb7a5f9f7b
commit
d69d4be02e
@ -150,7 +150,6 @@ namespace mongo {
|
||||
Handle<Boolean> namedDelete( Local<v8::String> property, const AccessorInfo& info ) {
|
||||
Local< External > scp = External::Cast( *info.Data() );
|
||||
V8Scope* scope = (V8Scope*)(scp->Value());
|
||||
LOG(10) << "setting modded" << endl;
|
||||
info.This()->SetHiddenValue(scope->V8STR_MODIFIED, v8::Boolean::New(true));
|
||||
return Handle<Boolean>();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user