diff options
Diffstat (limited to 'common/Varspaceval.pm')
-rw-r--r-- | common/Varspaceval.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Varspaceval.pm b/common/Varspaceval.pm index 5f997a7f..ce2f5e54 100644 --- a/common/Varspaceval.pm +++ b/common/Varspaceval.pm @@ -58,7 +58,6 @@ sub commit { $val = $hash->{$key}; delete $hash->{$key}; $output .= defined $val ? $pre . $key . $eq . $val . $rest . "\n" : $pre . $key . $eq . $val . $rest; -# $output .= $pre . $key . $eq . $val . $rest . "\n"; } #appending added parameters foreach (keys %$hash) { |