Skip to content

Commit 8d27143

Browse files
committed
Removed console logs
1 parent c566914 commit 8d27143

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/file/useFile.js

-5
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,8 @@ function useFile({
3838
const [deleted, setDeleted] = useState();
3939

4040
const _setBlob = useCallback(async (_blob) => {
41-
console.log('typeof onConfirmClose', typeof onConfirmClose)
42-
console.log({ blob, _blob})
43-
4441
if (blob && _blob && typeof onConfirmClose == 'function') {
45-
console.log('inside if')
4642
const confirm = await onConfirmClose()
47-
console.log('confirm', confirm)
4843

4944
if (confirm) {
5045
setBlob(_blob);

0 commit comments

Comments
 (0)