Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rperez89 committed Oct 25, 2019
1 parent aeaab75 commit b837ef0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/src/screens/RequestDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ const RequestDetail = ({ request, token, onBack, onSubmit, onWithdraw }) => {
const title = `#${requestId} Recipient requests ${requestRounded} for ${depositRounded}`
const description = ` Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.`
const formatDate = date => `${format(date, 'do MMM yy, HH:mm')} UTC`
console.log('theme ', theme)
const statusColor = getStatusColor(status, theme).toString()
console.log('COLORRRR ', statusColor)

const handleWithdraw = useCallback(
requestId => {
Expand Down
1 change: 0 additions & 1 deletion app/src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ async function newTokenRequest(
settings,
blockNumber
) {
console.log('SCRIPT DEPOSIT ', depositAmount)
try {
const { requests = [] } = state
const { decimals, name, symbol } =
Expand Down

0 comments on commit b837ef0

Please sign in to comment.