From f83c0fa9571d7eade7d1641cdb21ed42f1c120db Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 24 Jul 2006 20:00:46 +0000 Subject: [PATCH] remove debugging output --- t/Macro/Thumbnail.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/Macro/Thumbnail.t b/t/Macro/Thumbnail.t index 7b8bdf687..850833bc9 100644 --- a/t/Macro/Thumbnail.t +++ b/t/Macro/Thumbnail.t @@ -38,7 +38,6 @@ $square->setBackgroundColor('#0000FF'); my $storage = WebGUI::Storage::Image->create($session); ##Save the image to the location -diag ref $storage; $square->saveToStorageLocation($storage, 'square.png'); ##Do a file existance check.