Index: trunk/FACT++/src/InterpreterV8.cc
===================================================================
--- trunk/FACT++/src/InterpreterV8.cc	(revision 17183)
+++ trunk/FACT++/src/InterpreterV8.cc	(revision 17184)
@@ -1445,6 +1445,4 @@
 void InterpreterV8::JsHandleEvent(const EventImp &evt, uint64_t cnt, const string &service)
 {
-    // FIXME: This blocks service updates, we have to run this
-    //        in a dedicated thread.
     const Locker locker;
 
@@ -1515,6 +1513,4 @@
 void InterpreterV8::JsHandleState(const std::string &server, const State &state)
 {
-    // FIXME: This blocks service updates, we have to run this
-    //        in a dedicated thread.
     const Locker locker;
 
@@ -1623,6 +1619,4 @@
 int InterpreterV8::JsHandleInterrupt(const EventImp &evt)
 {
-    // FIXME: This blocks service updates, we have to run this
-    //        in a dedicated thread.
     const Locker locker;
 
@@ -2729,7 +2723,5 @@
     rc.emplace_back("new Date(");
     rc.emplace_back("'use strict';");
-    rc.emplace_back("undefined");
-    rc.emplace_back("null");
-    rc.emplace_back("delete ");
+
 
     rc.emplace_back("dim.log(");
