Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 70aa649

Browse files
committed
chore: removed several console.log messages that are now not needed
1 parent fb5a907 commit 70aa649

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

admin/src/components/medialib/component.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const MediaLibComponent = ({isOpen, onChange, onToggle}) => {
1111

1212
const handleInputChange = data => {
1313
if (data) {
14-
console.log(data);
1514
setData(data);
1615
}
1716
};
@@ -22,7 +21,6 @@ const MediaLibComponent = ({isOpen, onChange, onToggle}) => {
2221
url: prefixFileUrlWithBackendUrl(f.url),
2322
mime: f.mime,
2423
}));
25-
console.log('handleSelectAssets');
2624
onChange(formattedFiles);
2725
};
2826

0 commit comments

Comments
 (0)