Remove console message

Hi there,

I just tryed out to remove the console message (System.out.println) from jmonkey but i can’t find a way to stop it.



When i run my application the game is creating a map of cubes and the console just slow down the generation of this one.



By the way: i speak french so my english is a little bit poor.

You can correct me :wink: !



Soli

try that Logger.getLogger(“com.jme3”).setLevel(Level.SEVERE);

1 Like

Thank you nehon :slight_smile: !

next time i’m going to look in java library.