chore: remove and replace log with info
This commit is contained in:
@@ -149,7 +149,6 @@ export const getFileIcon = (type: string, name = "") => {
|
||||
switch (true) {
|
||||
case checks.image.test(_type):
|
||||
{
|
||||
console.log("image");
|
||||
icon = <IconImage className="icon" />;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user