Removed print

Change-Id: I4584459d4ad418496a08a13f6766a14159a1d16e
diff --git a/test_rsync_url.py b/test_rsync_url.py
index 19c73a8..0fd1e5c 100644
--- a/test_rsync_url.py
+++ b/test_rsync_url.py
@@ -83,8 +83,6 @@
 
     for test, expected in tests.items():
 
-        print index, test, expected
-
         def test_function(self, test=test,
                           remote=remote, expected_result=expected):
             getattr(self, test)(remote, expected_result)