diff --git a/lib/vmfloaty.rb b/lib/vmfloaty.rb index 4d48915..4004d10 100644 --- a/lib/vmfloaty.rb +++ b/lib/vmfloaty.rb @@ -53,11 +53,7 @@ class Vmfloaty filter = options.filter url = options.url - unless filter.nil? - Pooler.list(url, filter) - else - Pooler.list(url) - end + Pooler.list(url, filter) end end