Remove code that doesn't do anything
This commit is contained in:
parent
85109c95d8
commit
23400ec217
@ -270,10 +270,8 @@ class Cmd
|
|||||||
|
|
||||||
dels = @args - args
|
dels = @args - args
|
||||||
adds = args - @args
|
adds = args - @args
|
||||||
dups = dels & args
|
|
||||||
|
|
||||||
LOGGER.puts "superenv removed: #{dels*' '}" unless dels.empty?
|
LOGGER.puts "superenv removed: #{dels*' '}" unless dels.empty?
|
||||||
LOGGER.puts "superenv deduped: #{dups}" unless dups.empty?
|
|
||||||
LOGGER.puts "superenv added: #{adds*' '}" unless adds.empty?
|
LOGGER.puts "superenv added: #{adds*' '}" unless adds.empty?
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user