Skip to content

All: clean up code #89

@ccdlt

Description

@ccdlt

// useEffect(() => {
// if (curProdId !== 0) {
// axios.get(`/qa/questions/${curProdId}`)
// .then((data) => setQaList(data.data))
// .catch((err) => console.log('Error! ', err));
// axios.get(`/qa/questions/${curProdId}/answers`)
// .then((data) => setAnswerList(data.data))
// .catch((err) => console.log(err));
// }
// }, [curProdId]);

The main branch should be void of any testing console logs and commented code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions