From d32e127e8d4a3b9dc6d2984756048f67a3ef77c3 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 1 Mar 2007 00:16:44 +0000 Subject: [PATCH] remove Data::Dumper --- lib/WebGUI/AssetPackage.pm | 1 - 1 file changed, 1 deletion(-) 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") {