Remove std::iostream relicts from generated v8 wrapper code.
This commit is contained in:
parent
d3aa8e06fb
commit
b511e33121
2 changed files with 0 additions and 2 deletions
|
|
@ -114,7 +114,6 @@ fail:
|
|||
void $jswrapper(v8::Persistent< v8::Value > object, void *parameter) {
|
||||
SWIGV8_Proxy* proxy = (SWIGV8_Proxy*) parameter;
|
||||
if(proxy->swigCMemOwn && proxy->swigCObject) {
|
||||
std::cout << "Deleting wrapped instance: " << proxy->info->name << std::endl;
|
||||
$jsfree proxy->swigCObject;
|
||||
}
|
||||
delete proxy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue