From fc6efffbf909272cf8cf9ed1f1c7a54bad00661c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 3 Sep 1997 00:35:38 +0000 Subject: #Removed debug print that was accidentally left in. --- Lib/site.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/site.py b/Lib/site.py index c323a91..7c387f1 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): -- cgit v0.12