Skip to content
Snippets Groups Projects
Commit 23400ec2 authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove code that doesn't do anything

parent 85109c95
No related branches found
No related tags found
No related merge requests found
......@@ -270,10 +270,8 @@ class Cmd
dels = @args - args
adds = args - @args
dups = dels & args
LOGGER.puts "superenv removed: #{dels*' '}" unless dels.empty?
LOGGER.puts "superenv deduped: #{dups}" unless dups.empty?
LOGGER.puts "superenv added: #{adds*' '}" unless adds.empty?
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment