Navigation Menu

Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dimfeld committed Mar 1, 2012
1 parent 505431a commit a95cd72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/handles/sortable_columns.rb
Expand Up @@ -171,7 +171,6 @@ def parse_sortable_column_sort_param(sort) #:nodoc:
# <%= sortable_column "Name", :link_class => "SortableLink" %>
# <%= sortable_column "Created At", :direction => :asc %>
def sortable_column(title, options = {}) #:doc:
puts 'aaa'
options = options.dup
o = {}
conf = {}
Expand Down

0 comments on commit a95cd72

Please sign in to comment.