From fdee4bf064e79753fc331339e847a7e8e4bdc7ff Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sep 08 2015 16:37:13 +0000 Subject: Remove some debug statements. --- diff --git a/python-urllib3.spec b/python-urllib3.spec index d7f469d..c2ba75c 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -132,8 +132,6 @@ ln -s ../../backports/ssl_match_hostname %{buildroot}/%{python2_sitelib}/urllib3 # Copy in six.py just for the test suite. cp %{python2_sitelib}/six.* %{buildroot}/%{python2_sitelib}/. cp -r %{python2_sitelib}/backports %{buildroot}/%{python2_sitelib}/. -ls -alh %{buildroot}/%{python2_sitelib}/urllib3/packages/ -ls -alh %{buildroot}/%{python2_sitelib} # dummyserver is part of the unittest framework rm -rf %{buildroot}%{python2_sitelib}/dummyserver @@ -153,7 +151,6 @@ cp %{SOURCE1} %{buildroot}/%{python3_sitelib}/urllib3/packages/ssl_match_hostnam # Copy in six.py just for the test suite. cp %{python3_sitelib}/six.* %{buildroot}/%{python3_sitelib}/. -ls -alh %{buildroot}/%{python3_sitelib} # dummyserver is part of the unittest framework rm -rf %{buildroot}%{python3_sitelib}/dummyserver