From 95bf0bb3c030b14be4dc68ff3f68da35f19b8340 Mon Sep 17 00:00:00 2001 From: Frederico Palma Date: Tue, 15 Mar 2005 17:54:39 +0000 Subject: [PATCH] no message git-svn-id: https://svn.coded.pt/svn/SIPRP@182 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/siprp/Main.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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; }