revert r94450
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Sun, 3 Feb 2008 12:31:00 +0000 (12:31 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Sun, 3 Feb 2008 12:31:00 +0000 (12:31 -0000)
svn path=/trunk/mcs/; revision=94678

mcs/class/System.Web/System.Web/HttpApplication.cs

index 0bb36d36916212c91c69a23afc378fbf52829ef7..84b5adb24693201ea6db1dd4ed59b1722b62e995 100644 (file)
@@ -822,9 +822,6 @@ namespace System.Web {
 
                        Exception error = context.Error;
                        if (error != null){
-#if TARGET_J2EE
-                               Console.WriteLine (error.ToString ());
-#endif
                                HttpResponse response = context.Response;
 
                                if (!response.HeadersSent){