Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3f70b3

Browse files
committed
Merge pull request matplotlib#1449 from pelson/pytz_noise
removed setup.py print statement.
2 parents e4705f9 + fae53c6 commit e3f70b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def add_six():
242242
# only add them if we need them
243243
if provide_pytz:
244244
add_pytz()
245-
print_raw("adding pytz")
246245
if provide_dateutil:
247246
add_dateutil()
248247
if provide_six:

0 commit comments

Comments
 (0)