Remove leftover import of Data::Dumper
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 11 Jan 2011 00:09:45 +0000 (00:09 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 11 Jan 2011 00:09:45 +0000 (00:09 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19150 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm

index 07104e1..5419a91 100644 (file)
@@ -2,7 +2,6 @@
 use XML::LibXML;
 use XML::LibXSLT;
 use Unicode::Normalize;
-use Data::Dumper;
 
 # ... and this has some handy common methods
 use OpenILS::Application::AppUtils;