Skip to content

Commit aba7082

Browse files
author
Paris
committed
Removing console log
1 parent 41a5ef7 commit aba7082

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Components/AddPhoto.js

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class AddPhoto extends Component {
5050
const [, , , extension] = /([^.]+)(\.(\w+))?$/.exec(fileName);
5151

5252
const key = `${visibility}/${identityId}/${uuid()}${extension && '.'}${extension}`;
53-
console.log(`Saving to key: ${key}`)
5453

5554
file = {
5655
bucket,

0 commit comments

Comments
 (0)