diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-02-14 18:55:01 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-02-14 19:00:41 +1100 |
commit | 5bc55aa7cb1ea2a7a667cafc4fec4c74f947e578 (patch) | |
tree | 1c0e39cf600fcf86ed442bb0ef85bc591f728ba7 | |
parent | 00fe0cfd7f6c6852722779e9df46ec13b8371cd8 (diff) |
Remove RSpec version from debug page as it's not available in production
-rw-r--r-- | app/views/admin_general/debug.rhtml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/admin_general/debug.rhtml b/app/views/admin_general/debug.rhtml index 99488ba0c..b0749bedb 100644 --- a/app/views/admin_general/debug.rhtml +++ b/app/views/admin_general/debug.rhtml @@ -20,8 +20,6 @@ Rails::VERSION::STRING <%=h Rails::VERSION::STRING%> TMail::VERSION::STRING <%=h TMail::VERSION::STRING%> <br> Xapian::version_string <%=h Xapian::version_string%> -<br> -Spec::VERSION::STRING <%=h Spec::VERSION::STRING%> </p> <h2>Configuration</h2> |