Blob Blame History Raw
diff -up azureus-4.2.0.4/org/gudy/azureus2/platform/PlatformManagerFactory.java.silly-java-tricks-are-for-kids azureus-4.2.0.4/org/gudy/azureus2/platform/PlatformManagerFactory.java
--- azureus-4.2.0.4/org/gudy/azureus2/platform/PlatformManagerFactory.java.silly-java-tricks-are-for-kids	2009-07-31 21:40:31.000000000 +0300
+++ azureus-4.2.0.4/org/gudy/azureus2/platform/PlatformManagerFactory.java	2009-07-31 21:43:37.000000000 +0300
@@ -51,10 +51,6 @@ PlatformManagerFactory 
 				    
 				    platform_manager = org.gudy.azureus2.platform.unix.PlatformManagerImpl.getSingleton();
 						
-				}catch( PlatformManagerException e ){
-					
-						// exception will already have been logged
-					
 				}catch( Throwable e ){
 					
 					Debug.printStackTrace(e);