diff --git a/src/screens/profile/profile.js b/src/screens/profile/profile.js index 069f4b6..9445222 100644 --- a/src/screens/profile/profile.js +++ b/src/screens/profile/profile.js @@ -6,7 +6,6 @@ import Navbar from '../../components/commons/navbar'; import CardHorizontal from '../../components/cards/cardHorizontal'; import api from '../../services/api' import info from '../../staticInfo/store' -// import { longStackSupport } from 'q'; export default class Profile extends React.Component { @@ -20,7 +19,6 @@ export default class Profile extends React.Component { constructor(props) { super(props) this.logout = this.logout.bind(this) - // this.getUserInfo = this.getUserInfo.bind(this) } componentDidMount() { diff --git a/src/staticInfo/combo.js b/src/staticInfo/combo.js index 4af336b..2bb7e18 100644 --- a/src/staticInfo/combo.js +++ b/src/staticInfo/combo.js @@ -32,38 +32,4 @@ export const Combo = { second_caderno_id: caderno2.id }) }, - - // umaCamisaMaisTresBottons: { - // id: 5, - // mountBodyData: (camisa, botton1, botton2, botton3) => ({ - // first_camisa_id: camisa.id, - // first_botton_id: botton1.id, - // second_botton_id: botton2.id, - // third_botton_id: botton3.id, - // }) - // }, - - // umaCamisaMaisTresBottonsMaisUmCaderno: { - // id: 6, - // mountBodyData: (camisa, botton1, botton2, botton3, caderno) => ({ - // first_camisa_id: camisa.id, - // first_botton_id: botton1.id, - // second_botton_id: botton2.id, - // third_botton_id: botton3.id, - // first_caderno_id: caderno.id - // }) - // }, - - // duasCamisasMaisTresBottonsMaisUmCaderno: { - // id: 7, - // mountBodyData: (camisa1, camisa2, botton1, botton2, botton3, caderno) => ({ - // first_camisa_id: camisa1.id, - // second_camisa_id: camisa2.id, - // first_botton_id: botton1.id, - // second_botton_id: botton2.id, - // third_botton_id: botton3.id, - // first_caderno_id: caderno.id - // }) - // } - }