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.