Remove accidental checkin of println

This commit is contained in:
Jan Bartel 2013-10-28 13:09:26 +11:00
parent 4b87c4683d
commit fc6493b5b1

View File

@ -692,7 +692,6 @@ public class AnnotationParser
parseDir(handlers, res, resolver);
else
{
System.err.println("TRYING TO SCAN "+res);
//we've already verified the directories, so just verify the class file name
File file = res.getFile();
if (isValidClassFileName((file==null?null:file.getName())))