From 3bda299c6d2efce71d76b44dea8e732a073304f3 Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Sun, 20 Jan 2013 18:46:52 +0100 Subject: Removed std::cout on jsFinalize --- src/uscxml/plugins/datamodel/ecmascript/v8/dom/V8DOM.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uscxml/plugins/datamodel/ecmascript/v8/dom/V8DOM.h b/src/uscxml/plugins/datamodel/ecmascript/v8/dom/V8DOM.h index 94400e5..122a457 100644 --- a/src/uscxml/plugins/datamodel/ecmascript/v8/dom/V8DOM.h +++ b/src/uscxml/plugins/datamodel/ecmascript/v8/dom/V8DOM.h @@ -8,7 +8,6 @@ #define V8_DESTRUCTOR(type) \ static void jsDestructor(v8::Persistent object, void* data) { \ v8::HandleScope handleScope; \ - std::cout << "Deleting type" << std::endl; \ type* thing = static_cast(v8::Local::Cast(object->ToObject()->GetInternalField(0))->Value()); \ delete thing->arabicaThis; \ delete thing; \ -- cgit v0.12