We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a5ef7 commit aba7082Copy full SHA for aba7082
src/Components/AddPhoto.js
@@ -50,7 +50,6 @@ class AddPhoto extends Component {
50
const [, , , extension] = /([^.]+)(\.(\w+))?$/.exec(fileName);
51
52
const key = `${visibility}/${identityId}/${uuid()}${extension && '.'}${extension}`;
53
- console.log(`Saving to key: ${key}`)
54
55
file = {
56
bucket,
0 commit comments