Remove debug statement
This commit is contained in:
parent
d0056fcd1b
commit
f1682b1a4e
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
||||||
url = (path) ->
|
url = (path) ->
|
||||||
"#{window.base_url || ''}/#{path}"
|
"#{window.base_url || ''}/#{path}"
|
||||||
|
|
||||||
console.log url('transactions')
|
|
||||||
|
|
||||||
Action = React.createFactory React.createClass
|
Action = React.createFactory React.createClass
|
||||||
buttonClass: (b) ->
|
buttonClass: (b) ->
|
||||||
{ giving } = @props
|
{ giving } = @props
|
||||||
|
|
Loading…
Reference in a new issue