Skip to content

Commit 25bf5ad

Browse files
joeykleecatarak
authored andcommitted
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
1 parent 7c0c22e commit 25bf5ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/modules/IDE/actions/project.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ export function cloneProject() {
241241
axios.post(`${ROOT_URL}/projects`, formParams, { withCredentials: true })
242242
.then((response) => {
243243
browserHistory.push(`/${response.data.user.username}/sketches/${response.data.id}`);
244-
console.log(response.data);
245244
dispatch({
246245
type: ActionTypes.NEW_PROJECT,
247246
project: response.data,

0 commit comments

Comments
 (0)