diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-09 13:33:09 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-09 13:33:09 +0200 |
commit | 7e35096f603ebef4d795f2807e20af768569847c (patch) | |
tree | c00f0d295468d72562ef7ed7b0599804ccb33b47 /app | |
parent | c6081aefdea538ca7516d6e72878a70734bf83c9 (diff) | |
download | incommon-map-7e35096f603ebef4d795f2807e20af768569847c.tar.gz |
Remove debug info
Diffstat (limited to 'app')
-rw-r--r-- | app/views/resources/_resource.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/resources/_resource.html.erb b/app/views/resources/_resource.html.erb index 585bed8..652da59 100644 --- a/app/views/resources/_resource.html.erb +++ b/app/views/resources/_resource.html.erb @@ -8,7 +8,6 @@ <div><%= h resource.description %></div> <hr> <code><pre><%= h JSON.pretty_generate(resource.feature.as_json) %></pre></code> - <p>... <%= session[:current_agent] %>...</p> <nav> <ul> <li><%= link_to('show', resource_url(resource)) %></li> |