This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 1afe2aa1 Unnecessary
1afe2aa1 is described below
commit 1afe2aa19332ae957818a5926e6c8dca9b937dc5
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 4 15:06:45 2025 +0000
Unnecessary
---
www/board/agenda/routes.rb | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/www/board/agenda/routes.rb b/www/board/agenda/routes.rb
index 4049693d..eede847d 100755
--- a/www/board/agenda/routes.rb
+++ b/www/board/agenda/routes.rb
@@ -107,22 +107,6 @@ get '/session.json' do
end
end
-# for debugging purposes
-get '/env' do
- content_type 'text/plain'
-
- asset = {
- path: Wunderbar::Asset.path,
- root: Wunderbar::Asset.root,
- virtual: Wunderbar::Asset.virtual,
- scripts: Wunderbar::Asset.scripts.map do |script|
- {path: script.path}
- end
- }
-
- JSON.pretty_generate(env: env, ENV: ENV.to_h, asset: asset)
-end
-
# enable debugging of the agenda cache
get '/cache.json' do
_json Agenda.cache