Remove extra output
This commit is contained in:
parent
7889e2750f
commit
37244c3b08
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ struct ObjectKey {
|
|||
|
||||
void OnObjectGC(const v8::WeakCallbackInfo<ObjectKey>& data) {
|
||||
ObjectKey* key = data.GetParameter();
|
||||
LOG(ERROR) << "OnObjectGC: " << key->id;
|
||||
key->map->Remove(key->id);
|
||||
delete key;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue