diff --git a/trunk/siprp/Main.java b/trunk/siprp/Main.java index 6eed6944..f6530d72 100644 --- a/trunk/siprp/Main.java +++ b/trunk/siprp/Main.java @@ -164,13 +164,13 @@ public class Main implements Connector //Singleton.setInstance( Singleton.USERNAME, user ); siprpTracker = new SIPRPTracker( avisos ); avisos.refresh(); - new Exception().printStackTrace(); - try - { - Thread.sleep( 1000 ); - } - catch( Exception ex ){} - new Exception().printStackTrace(); +// new Exception().printStackTrace(); +// try +// { +// Thread.sleep( 1000 ); +// } +// catch( Exception ex ){} +// new Exception().printStackTrace(); return true; }