From bcfee7b18ad0a021935c425a1b638276cde072b1 Mon Sep 17 00:00:00 2001 From: Jardel Alves Date: Sun, 13 Oct 2019 19:51:52 -0300 Subject: [PATCH 1/2] =?UTF-8?q?Removendo=20combos=20que=20n=C3=A3o=20foram?= =?UTF-8?q?=20utilizados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/staticInfo/combo.js | 34 ---------------------------------- 1 file changed, 34 deletions(-) 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 - // }) - // } - } From 7adfb8ef3485530dcc6cf6fea8af745735df8aa3 Mon Sep 17 00:00:00 2001 From: Jardel Alves Date: Tue, 15 Oct 2019 21:12:10 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Removendo=20coment=C3=A1rios=20desnecess?= =?UTF-8?q?=C3=A1rios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/screens/profile/profile.js | 2 -- 1 file changed, 2 deletions(-) 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() {