Super log spam
someaddons opened this issue ยท 4 comments
Even more log spam
Remove the darn system out please, next time at least use a logger
Oops.
This was a debug test that was missing. Also System.out is still a logger xD even if it is the most direct way
xD ye the issue is that finding the cause of the system out is harder since it doesnt log which mod it does
Yeah, but for a temp logger that has no use outside of a indev test thing I won't create one. If i have like logging everywhere if i have beta tests running then i would do it. But a single: Am i working testdebug. I rather use easiest accessible logger.
In 1.7.10 it was FMLLog.getLog().info("TestMyThing"); now its System.out.println("TestMyThing");