Fix merge error
diff --git a/src/node/ext/call.cc b/src/node/ext/call.cc
index 39dc98a..ff6b153 100644
--- a/src/node/ext/call.cc
+++ b/src/node/ext/call.cc
@@ -239,8 +239,6 @@
     }
     send_message = BufferToByteBuffer(value);
     out->data.send_message.send_message = send_message;
-    PersistentValue *handle = new PersistentValue(value);
-    resources->handles.push_back(unique_ptr<PersistentValue>(handle));
     return true;
   }
   bool IsFinalOp() {