remove debugging output

This commit is contained in:
Colin Kuskie 2006-07-24 20:00:46 +00:00
parent 654e5751e8
commit f83c0fa957

View file

@ -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.