myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3677] branches/packs/app: removed some debug inf


From: noreply
Subject: [myexperiment-hackers] [3677] branches/packs/app: removed some debug information
Date: Thu, 5 Sep 2013 14:55:07 +0000 (UTC)

Revision
3677
Author
dgc
Date
2013-09-05 14:55:07 +0000 (Thu, 05 Sep 2013)

Log Message

removed some debug information

Modified Paths

Diff

Modified: branches/packs/app/models/research_object.rb (3676 => 3677)


--- branches/packs/app/models/research_object.rb	2013-09-05 14:46:02 UTC (rev 3676)
+++ branches/packs/app/models/research_object.rb	2013-09-05 14:55:07 UTC (rev 3677)
@@ -360,7 +360,7 @@
   end
 
   def create_aggregated_resource(opts = {})
-puts "opts = #{opts.inspect}"
+
     throw "user_uri required"     unless opts[:user_uri]
     throw "data required"         unless opts[:data]
     throw "content_type required" unless opts[:content_type]

Modified: branches/packs/app/views/packs/item_show.html.erb (3676 => 3677)


--- branches/packs/app/views/packs/item_show.html.erb	2013-09-05 14:46:02 UTC (rev 3676)
+++ branches/packs/app/views/packs/item_show.html.erb	2013-09-05 14:55:07 UTC (rev 3677)
@@ -127,6 +127,7 @@
   </div>
 </div>
 
+<% if false %>
 <div class="tabContainer">
   <div class="tabTitle">Annotation graphs</div>
   <div class="tabContent">
@@ -154,3 +155,5 @@
     <pre><%=h @item.to_yaml -%></pre>
   </div>
 </div>
+
+<% end %>

Modified: branches/packs/app/views/packs/show.rhtml (3676 => 3677)


--- branches/packs/app/views/packs/show.rhtml	2013-09-05 14:46:02 UTC (rev 3676)
+++ branches/packs/app/views/packs/show.rhtml	2013-09-05 14:55:07 UTC (rev 3677)
@@ -158,6 +158,7 @@
     </div>
   </div>
 
+  <% if false %>
   <div class="tabContainer">
     <div class="tabTitle">RDF Statements</div>
     <div class="tabContent">
@@ -176,6 +177,7 @@
 
     </div>
   </div>
+  <% end %>
 
 </div>
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]