From: Guido van Rossum Date: Wed, 3 Sep 1997 00:35:38 +0000 (+0000) Subject: #Removed debug print that was accidentally left in. X-Git-Tag: v1.5a4~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc6efffbf909272cf8cf9ed1f1c7a54bad00661c;p=python #Removed debug print that was accidentally left in. --- diff --git a/Lib/site.py b/Lib/site.py index c323a91c1c..7c387f1446 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -57,8 +57,6 @@ import of sitecustomize is still attempted. """ -print "loading site.py" - import sys, os def addsitedir(sitedir):