Commit 4c7838e3 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Removed System.out used for debugging.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@196 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6653640e
......@@ -272,7 +272,6 @@ public abstract class BootstrapContainer implements Container, ServiceLookupProv
for (Module module : modules) {
boolean started = false;
try {
System.out.println(module);
module.start();
}
catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment