Remove unused parameter
This commit is contained in:
parent
7d3215c9f4
commit
2932bc5347
@ -75,7 +75,7 @@ class BottleCollector
|
||||
@bottles = {}
|
||||
end
|
||||
|
||||
def add(checksum, tag, url=nil)
|
||||
def add(checksum, tag)
|
||||
@bottles[tag] = checksum
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user