oops, remove test code

This commit is contained in:
Stephen St. Martin 2010-01-23 15:34:17 -05:00 committed by Stefan Penner
parent d8343a6ad7
commit 20c6c71e6a

@ -182,7 +182,6 @@ def link_to_remote(name, url, options = nil)
end
def button_to_remote(name, options = {}, html_options = {})
html_options.merge!(:testing => true)
set_callbacks(options, html_options)
super
end