You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/06/05 15:43:14 UTC

svn commit: r951715 - /directory/apacheds/trunk/protocol-ntp/src/main/java/org/apache/directory/server/ntp/NtpServer.java

Author: seelmann
Date: Sat Jun  5 13:43:14 2010
New Revision: 951715

URL: http://svn.apache.org/viewvc?rev=951715&view=rev
Log:
Removed System.out

Modified:
    directory/apacheds/trunk/protocol-ntp/src/main/java/org/apache/directory/server/ntp/NtpServer.java

Modified: directory/apacheds/trunk/protocol-ntp/src/main/java/org/apache/directory/server/ntp/NtpServer.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-ntp/src/main/java/org/apache/directory/server/ntp/NtpServer.java?rev=951715&r1=951714&r2=951715&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-ntp/src/main/java/org/apache/directory/server/ntp/NtpServer.java (original)
+++ directory/apacheds/trunk/protocol-ntp/src/main/java/org/apache/directory/server/ntp/NtpServer.java Sat Jun  5 13:43:14 2010
@@ -143,7 +143,6 @@ public class NtpServer extends AbstractP
         }
         
         LOG.info( "NTP server started." );
-        System.out.println( "NTP server started." );
     }
 
     
@@ -163,7 +162,6 @@ public class NtpServer extends AbstractP
         }
 
         LOG.info( "NTP Server stopped." );
-        System.out.println( "NTP Server stopped." );
     }