google-code-export / morphia

Automatically exported from code.google.com/p/morphia
1 stars 0 forks source link

println in com.google.code.morphia.utils.ReflectionUtils #456

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version are you using? (Morphia/Driver/MongoDB)
morphia-1.00-SNAPSHOT as of March 3rd, 2013

com.google.code.morphia.utils.ReflectionUtils
Line 289 contains the following print statement which causes a lot of console 
output:

System.out.println("Param type: " + paramType);

Not quite sure if this behaviour is intended (logger?).

Original issue reported on code.google.com by matthias...@gmail.com on 14 Mar 2013 at 12:46