mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Remove debugger
This commit is contained in:
parent
b71a549d05
commit
7848a1436e
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ get '/activity' do
|
||||||
global_dataset.where! Sequel.qualify(:events, :id) => params[:event_id]
|
global_dataset.where! Sequel.qualify(:events, :id) => params[:event_id]
|
||||||
end
|
end
|
||||||
|
|
||||||
binding.pry
|
|
||||||
|
|
||||||
@events = global_dataset.all
|
@events = global_dataset.all
|
||||||
|
|
||||||
erb :'activity'
|
erb :'activity'
|
||||||
|
|
Loading…
Add table
Reference in a new issue