minor cleanup in Fireball debug printing

This commit is contained in:
jendave
2011-08-06 04:28:04 +00:00
parent ae5f6a74b8
commit 842947f8ad

View File

@@ -19548,8 +19548,6 @@ public class CardFactory implements NewConstants {
numTargets++; numTargets++;
} }
} }
//DEBUG
System.out.println("Fireball - numTargets = "+numTargets);
return numTargets; return numTargets;
} }