1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-11 05:40:11 +02:00

remove log statement

This commit is contained in:
Sérgio Ramos 2016-12-15 15:32:35 +00:00
parent 297c15db98
commit 1049ed88b6

View File

@ -20,7 +20,6 @@ const {
const Projects = ({ const Projects = ({
projects = [] projects = []
}) => { }) => {
console.log(projects);
const empty = projects.length ? null : ( const empty = projects.length ? null : (
<Row> <Row>
<Column xs={12}> <Column xs={12}>