diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-10-18 15:28:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-10-18 15:28:20 +0000 |
commit | 36d690e57efea9d628541e1a2b62b52bc55b178a (patch) | |
tree | 40da567bce5cc1bfa8996cf3652c7c498cd112e0 /common | |
parent | 45985625f4745341970093f2924b19747a3bebb6 (diff) | |
download | drakwizard-36d690e57efea9d628541e1a2b62b52bc55b178a.tar drakwizard-36d690e57efea9d628541e1a2b62b52bc55b178a.tar.gz drakwizard-36d690e57efea9d628541e1a2b62b52bc55b178a.tar.bz2 drakwizard-36d690e57efea9d628541e1a2b62b52bc55b178a.tar.xz drakwizard-36d690e57efea9d628541e1a2b62b52bc55b178a.zip |
(commit) kill more 9 years old dead code
Diffstat (limited to 'common')
-rw-r--r-- | common/Varspaceval.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/Varspaceval.pm b/common/Varspaceval.pm index 97d3287b..4df1e675 100644 --- a/common/Varspaceval.pm +++ b/common/Varspaceval.pm @@ -72,9 +72,6 @@ sub commit { } } -#print $output; -#print "\n------------------\n"; - # outputing the new conf output($file, $output); } |