Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
rmv log
Browse files Browse the repository at this point in the history
  • Loading branch information
clif-os committed Sep 3, 2020
1 parent 99b2c72 commit 2305c71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/pages/GroupPhoto/GroupPhoto.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const GroupPhoto = () => {
'Content-Type': 'application/json',
},
});
console.log('GOT RESULT', res)
const json = await res.json();
setFile(json);
setIsGenerating(false);
Expand Down

0 comments on commit 2305c71

Please sign in to comment.