Removed Console.log in client/.../ Project.js to prevent logging user data to console fixes #749 (#750)
* replaced () with {} to fix implicit return error
* added first version of fetching generative-design examples
* ignore local testing files
* formatting
* updated examples-gg-latest
* updated examples-gg-latest.js
- data files not served via rawgit - hallelujah!
- added jquery
* updated p5 version
* refactoring and code cleanup
* added comment
* comment out link to svgFiles - unused
* moved commented code
* fixed conflicts
* linted examples-gg-latest
* removed console.log of response.data to prevent logging user data to console
* fixed linting error
This commit is contained in:
parent
7c0c22e038
commit
25bf5ad636
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue