Remove unused parameter

This commit is contained in:
Jack Nagel 2014-04-01 16:03:08 -05:00
parent 7d3215c9f4
commit 2932bc5347

View File

@ -75,7 +75,7 @@ class BottleCollector
@bottles = {} @bottles = {}
end end
def add(checksum, tag, url=nil) def add(checksum, tag)
@bottles[tag] = checksum @bottles[tag] = checksum
end end