diff --git a/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp b/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp index 35aa08e0318..4ecdc146fde 100644 --- a/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp +++ b/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp @@ -117,8 +117,6 @@ NS_IMETHODIMP nsSecureBrowserUIImpl::Init(nsIDOMWindow *window, nsIDOMElement *button) { -fprintf(stderr, "===> nsSecureBrowserUIImpl::Init\n"); - nsresult rv = NS_OK; mSecurityButton = button; /* may be null */ mWindow = window;