Index: trunk/FACT++/src/RemoteControl.h
===================================================================
--- trunk/FACT++/src/RemoteControl.h	(revision 15127)
+++ trunk/FACT++/src/RemoteControl.h	(revision 15128)
@@ -167,5 +167,5 @@
     bool  JsSend(const std::string &str)      { return ProcessCommand(str, false); }
     void  JsOut(const std::string &msg)       { lin << msg << endl; }
-    void  JsResult(const std::string &msg)    { lin << kBlue << " = " << msg << '\n' << endl; }
+    void  JsResult(const std::string &msg)    { if (msg!="use strict") 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); }
