Removed a very much unhelpful debug call to p
This commit is contained in:
parent
763d893231
commit
21c3e6e302
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ module StargateRando::Controllers
|
|||
class Index < R '/'
|
||||
def get
|
||||
series_selector = 1 + rand(17)
|
||||
p series_selector
|
||||
case series_selector
|
||||
when 1..10
|
||||
chosen_series_id = 'SG-1'
|
||||
|
@ -87,4 +86,4 @@ module StargateRando::Views
|
|||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue