When I run my GWT module I get the following error message in the log:
Super Dev Mode starting up
workDir: /Users/mg/Documents/GWT/test/build/work
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Loading Java files in test.mobile.
Module setup completed in 24492 ms
The code server is ready at http://192.168.178.26:9876/
What does it mean and how can I prevent it?