Index: /trunk/FACT++/src/RemoteControl.h
===================================================================
--- /trunk/FACT++/src/RemoteControl.h	(revision 16877)
+++ /trunk/FACT++/src/RemoteControl.h	(revision 16878)
@@ -168,5 +168,5 @@
     void  JsOut(const std::string &msg)       { lin << kDefault << msg << endl; }
     void  JsWarn(const std::string &msg)      { lin << kYellow << msg << endl; }
-    void  JsResult(const std::string &msg)    { if (msg!="use strict") lin << kBlue << " = " << msg << '\n' << endl; }
+    void  JsResult(const std::string &msg)    { lin << kBlue << " = " << msg << '\n' << endl; }
     void  JsPrint(const std::string &msg)     { if (fImp) fImp->Comment(msg); }
     void  JsAlarm(const std::string &msg)     { if (fImp) fImp->Alarm(msg); }
