[vhffs-dev] [svn] commit: r171 - /trunk/vhffs-api/src/Vhffs/Conf.pm |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Author: jd
Date: Fri Mar 17 16:18:02 2006
New Revision: 171
Log:
remove the show sub
Modified:
trunk/vhffs-api/src/Vhffs/Conf.pm
Modified: trunk/vhffs-api/src/Vhffs/Conf.pm
==============================================================================
--- trunk/vhffs-api/src/Vhffs/Conf.pm (original)
+++ trunk/vhffs-api/src/Vhffs/Conf.pm Fri Mar 17 16:18:02 2006
@@ -59,16 +59,6 @@
return \%Config;
}
-
-#Show the configuration structure
-sub show
-{
- use Data::Dumper;
-
- print Dumper(%Config);
-
-}
-
#return a reference to a hash with the configuration of the backend
sub get_backend
{