aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-09 13:33:09 +0200
committerhellekin <hellekin@cepheide.org>2020-10-09 13:33:09 +0200
commit7e35096f603ebef4d795f2807e20af768569847c (patch)
treec00f0d295468d72562ef7ed7b0599804ccb33b47
parentc6081aefdea538ca7516d6e72878a70734bf83c9 (diff)
downloadincommon-map-7e35096f603ebef4d795f2807e20af768569847c.tar.gz
Remove debug info
-rw-r--r--app/views/resources/_resource.html.erb1
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>