From be6ee2f8267d31d4ded3117a49caec1699cef091 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 14 Mar 2013 20:50:20 -0700 Subject: [PATCH] reverting previous commit --- Tests/test_image_histogram.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/test_image_histogram.py b/Tests/test_image_histogram.py index 29989f4a5..c86cb578a 100644 --- a/Tests/test_image_histogram.py +++ b/Tests/test_image_histogram.py @@ -16,6 +16,4 @@ def test_histogram(): assert_equal(histogram("RGB"), (768, 0, 285)) assert_equal(histogram("RGBA"), (1024, 0, 16384)) assert_equal(histogram("CMYK"), (1024, 0, 16384)) - print ("YCbCr") assert_equal(histogram("YCbCr"), (768, 0, 741)) - print ("YCbCr Done")