From f759fc8db1f9e4a85378a58487e93c62086ebee2 Mon Sep 17 00:00:00 2001 From: "kaie%netscape.com" Date: Wed, 5 Sep 2001 21:34:38 +0000 Subject: [PATCH] removing a fprintf(stderr) from my previous checkin git-svn-id: svn://10.0.0.236/trunk@102329 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp | 2 -- 1 file changed, 2 deletions(-) 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;