From f1682b1a4eab8e681a32d30f456201240e96bc06 Mon Sep 17 00:00:00 2001 From: benji Date: Tue, 17 Jan 2017 10:16:59 +0100 Subject: [PATCH] Remove debug statement --- app/assets/javascripts/components/transaction_form.jsx.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/javascripts/components/transaction_form.jsx.coffee b/app/assets/javascripts/components/transaction_form.jsx.coffee index 88472e0..bd12297 100644 --- a/app/assets/javascripts/components/transaction_form.jsx.coffee +++ b/app/assets/javascripts/components/transaction_form.jsx.coffee @@ -3,8 +3,6 @@ url = (path) -> "#{window.base_url || ''}/#{path}" -console.log url('transactions') - Action = React.createFactory React.createClass buttonClass: (b) -> { giving } = @props