From fae53c62f801dc827938bc5c14af13d340eb5e4f Mon Sep 17 00:00:00 2001 From: pelson Date: Sat, 3 Nov 2012 17:44:59 +0000 Subject: [PATCH] removed setup.py print statement. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 03f18abff536..35a60dc63cd4 100644 --- a/setup.py +++ b/setup.py @@ -242,7 +242,6 @@ def add_six(): # only add them if we need them if provide_pytz: add_pytz() - print_raw("adding pytz") if provide_dateutil: add_dateutil() if provide_six: