Skip to content
Snippets Groups Projects
Commit 42683db2 authored by murgatroid99's avatar murgatroid99
Browse files

Removed debugging code

parent d3f9f9f5
No related branches found
No related tags found
No related merge requests found
...@@ -199,8 +199,6 @@ class SendMessageOp : public Op { ...@@ -199,8 +199,6 @@ class SendMessageOp : public Op {
} }
out->data.send_message = BufferToByteBuffer(value); out->data.send_message = BufferToByteBuffer(value);
Persistent<Value> handle; Persistent<Value> handle;
Handle<Value> temp = NanNew<Object>();
NanAssignPersistent(handle, temp);
NanAssignPersistent(handle, value); NanAssignPersistent(handle, value);
resources->handles.push_back(unique_ptr<PersistentHolder>( resources->handles.push_back(unique_ptr<PersistentHolder>(
new PersistentHolder(handle))); new PersistentHolder(handle)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment