lib/ProMotion/helpers/motion-table/1st/sectioned_table.rb in ProMotion-0.1.1 vs lib/ProMotion/helpers/motion-table/1st/sectioned_table.rb in ProMotion-0.1.2
- old
+ new
@@ -95,10 +95,9 @@
triggerAction(dataCell[:accessoryAction], dataCell[:arguments]) if dataCell[:accessoryAction]
end
def triggerAction(action, arguments)
- $stderr.puts "Action: #{action.to_s} and args #{arguments.to_s}"
if self.respond_to?(action)
expectedArguments = self.method(action).arity
if expectedArguments == 0
self.send(action)
elsif expectedArguments == 1
\ No newline at end of file