Skip to content

Commit

Permalink
feature: remove unsead lib and console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Beatriz Cavalieri authored and Beatriz Cavalieri committed Aug 12, 2024
1 parent e82c990 commit dbe7e3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Component } from 'react'
import { Component } from 'react'

import { Logger } from './utils/loggerDataDog'

Expand All @@ -17,7 +17,6 @@ class CheckoutCheckingInformations extends Component<{}, CheckoutCheckingInforma
const postalCode = orderForm.shippingData.address.postalCode
console.log(postalCode, orderForm)
logger.info(`CHECKOUT_DATA_INFORMATION ${postalCode}`, JSON.stringify(orderForm))
console.log('entrou no setOrderForm 2 ', orderForm)
}

componentDidMount() {
Expand Down

0 comments on commit dbe7e3c

Please sign in to comment.