SF.net SVN: tmda: [2163] trunk/tmda/bin/tmda-ofmipd

[email protected] Tue, 27 Feb 2007 19:53:17 -0800
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Revision: 2163
          http://svn.sourceforge.net/tmda/?rev=2163&view=rev
Author:   srwarren
Date:     2007-02-27 19:53:17 -0800 (Tue, 27 Feb 2007)

Log Message:
-----------
tmda-ofmipd: Remove a debug print accidentally checked in

Modified Paths:
--------------
    trunk/tmda/bin/tmda-ofmipd

Modified: trunk/tmda/bin/tmda-ofmipd
===================================================================
--- trunk/tmda/bin/tmda-ofmipd	2007-02-28 03:17:05 UTC (rev 2162)
+++ trunk/tmda/bin/tmda-ofmipd	2007-02-28 03:53:17 UTC (rev 2163)
@@ -759,7 +759,6 @@
         self.__fqdn = FQDN
 
     def signon(self):
-        print "SENDING SIGN ON MSG"
         self.push('220 %s ESMTP tmda-ofmipd' % (self.__fqdn))
         self.set_terminator('\r\n')
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.