]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Get rid of debug print statements
authorGuido van Rossum <guido@python.org>
Tue, 20 Aug 1996 20:00:51 +0000 (20:00 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 20 Aug 1996 20:00:51 +0000 (20:00 +0000)
Lib/plat-win/socket.py
Lib/win/socket.py

index ec016f41000442c48ebd52c66dbf806003a18a90..7e1b3727b22d353dbb6ddf4e0f53bde4bc28b22a 100755 (executable)
@@ -1,7 +1,5 @@
 "Socket wrapper for Windows, which does not support dup()."
 
-print "new socket.py loading"
-
 # (And hence, fromfd() and makefile() are unimplemented in C....)
 
 # XXX Living dangerously here -- close() is implemented by deleting a
@@ -26,7 +24,6 @@ def socket(family, type, proto=0):
 class _socketobject:
 
     def __init__(self, sock):
-       print "creating _socketobject", sock
        self._sock = sock
 
     def close(self):
index ec016f41000442c48ebd52c66dbf806003a18a90..7e1b3727b22d353dbb6ddf4e0f53bde4bc28b22a 100755 (executable)
@@ -1,7 +1,5 @@
 "Socket wrapper for Windows, which does not support dup()."
 
-print "new socket.py loading"
-
 # (And hence, fromfd() and makefile() are unimplemented in C....)
 
 # XXX Living dangerously here -- close() is implemented by deleting a
@@ -26,7 +24,6 @@ def socket(family, type, proto=0):
 class _socketobject:
 
     def __init__(self, sock):
-       print "creating _socketobject", sock
        self._sock = sock
 
     def close(self):