[Fb-contrib-commit] SF.net SVN: fb-contrib: [933] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/d
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-10-11 06:38:49
|
Revision: 933 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=933&view=rev Author: dbrosius Date: 2007-10-10 23:38:53 -0700 (Wed, 10 Oct 2007) Log Message: ----------- remove debugging stack trace printing Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseAddAll.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseAddAll.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseAddAll.java 2007-10-11 06:38:02 UTC (rev 932) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseAddAll.java 2007-10-11 06:38:53 UTC (rev 933) @@ -264,8 +264,6 @@ } } catch (ClassNotFoundException cnfe) { bugReporter.reportMissingClass(cnfe); - } catch (Exception e) { - e.printStackTrace(); } finally { stack.sawOpcode(this, seen); if (sawAlias) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |