Browse Source

Remove debugging message

svn path=/trunk/mcs/; revision=102699
Miguel de Icaza 17 years ago
parent
commit
961dfd7ebb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      mcs/class/corlib/System.IO/DriveInfo.cs

+ 0 - 1
mcs/class/corlib/System.IO/DriveInfo.cs

@@ -239,7 +239,6 @@ namespace System.IO {
 				if (di != null)
 					return di;
 			} catch (Exception e) {
-				Console.WriteLine ("Got {0}", e);
 				// If anything happens.
 			}