Remove status line update from IE plugin.

Patch by: jat
Unreviewed


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6964 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/ie/oophm/oophm/IESessionHandler.cpp b/plugins/ie/oophm/oophm/IESessionHandler.cpp
index 43c9c90..5491496 100644
--- a/plugins/ie/oophm/oophm/IESessionHandler.cpp
+++ b/plugins/ie/oophm/oophm/IESessionHandler.cpp
@@ -25,7 +25,7 @@
 IESessionHandler::IESessionHandler(HostChannel* channel,
                                    IHTMLWindow2* window) : SessionData(channel, window, this), jsObjectId(1)
 {
-  window->put_defaultStatus(L"GWT OOPHM Plugin active");
+  // window->put_defaultStatus(L"GWT Developer Plugin active");
 }
 
 IESessionHandler::~IESessionHandler(void) {