remove debugging output
This commit is contained in:
parent
654e5751e8
commit
f83c0fa957
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ $square->setBackgroundColor('#0000FF');
|
||||||
my $storage = WebGUI::Storage::Image->create($session);
|
my $storage = WebGUI::Storage::Image->create($session);
|
||||||
|
|
||||||
##Save the image to the location
|
##Save the image to the location
|
||||||
diag ref $storage;
|
|
||||||
$square->saveToStorageLocation($storage, 'square.png');
|
$square->saveToStorageLocation($storage, 'square.png');
|
||||||
|
|
||||||
##Do a file existance check.
|
##Do a file existance check.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue