[ARVADOS] updated: f4bc389289188870b866130402008a02e55e9a5d
git at public.curoverse.com
git at public.curoverse.com
Wed Oct 22 17:04:25 EDT 2014
Summary of changes:
apps/workbench/app/views/application/_content.html.erb | 1 -
1 file changed, 1 deletion(-)
via f4bc389289188870b866130402008a02e55e9a5d (commit)
from f7aa5c8d90710aa64bdc9e70f82e85c1b33302dc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f4bc389289188870b866130402008a02e55e9a5d
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Oct 22 17:04:19 2014 -0400
4084: Remove stray debugging statement
diff --git a/apps/workbench/app/views/application/_content.html.erb b/apps/workbench/app/views/application/_content.html.erb
index 8c6860b..01da449 100644
--- a/apps/workbench/app/views/application/_content.html.erb
+++ b/apps/workbench/app/views/application/_content.html.erb
@@ -22,7 +22,6 @@
<div class="tab-content">
<% pane_list.each_with_index do |pane, i| %>
<% pane_name = (pane.is_a?(Hash) ? pane[:name] : pane) %>
- <% puts pane.is_a?(Hash) && pane[:no_auto_reload] %>
<div id="<%= pane_name %>"
class="tab-pane <%= 'in active pane-loaded' if i==0 %>"
<% if controller.action_name == "index" %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list