diff --git a/lib/WebGUI/AssetPackage.pm b/lib/WebGUI/AssetPackage.pm index c54cc5dd7..2959fb00e 100644 --- a/lib/WebGUI/AssetPackage.pm +++ b/lib/WebGUI/AssetPackage.pm @@ -259,7 +259,6 @@ sub www_importPackage { ##This is a hack. It should use the WebGUI::Form::File API to insulate ##us from future form name changes. $storage->addFileFromFormPost("packageFile",1); - use Data::Dumper; my $error = ""; if ($storage->getFileExtension($storage->getFiles->[0]) eq "wgpkg") {