From 7876dc4bc53a3366357491c6cd81aa40e0aa0904 Mon Sep 17 00:00:00 2001 From: Is Isilon Date: Sat, 9 Jan 2016 15:29:25 +0800 Subject: [PATCH] remove print statement --- tests/test_cloudy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_cloudy.py b/tests/test_cloudy.py index ee5622c..26460ff 100644 --- a/tests/test_cloudy.py +++ b/tests/test_cloudy.py @@ -183,7 +183,6 @@ class TestLocalStorage: temp_dir, name="my_new_file", overwrite=True) - print(o, o.name, file, temp_dir, file2) assert os.path.isfile(file) assert file2 == join(temp_dir, "my_new_file.txt")