Parcourir la source

revert r94450

svn path=/trunk/mcs/; revision=94678
Konstantin Triger il y a 18 ans
Parent
commit
1bf5615630
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      mcs/class/System.Web/System.Web/HttpApplication.cs

+ 0 - 3
mcs/class/System.Web/System.Web/HttpApplication.cs

@@ -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){