diff --git a/client/modules/IDE/actions/project.js b/client/modules/IDE/actions/project.js index 9274506e..91052d8d 100644 --- a/client/modules/IDE/actions/project.js +++ b/client/modules/IDE/actions/project.js @@ -241,7 +241,6 @@ export function cloneProject() { axios.post(`${ROOT_URL}/projects`, formParams, { withCredentials: true }) .then((response) => { browserHistory.push(`/${response.data.user.username}/sketches/${response.data.id}`); - console.log(response.data); dispatch({ type: ActionTypes.NEW_PROJECT, project: response.data,