0
0
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:
agirbal 2011-07-18 18:23:43 -07:00
parent bb7a5f9f7b
commit d69d4be02e

View File

@ -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>();
}