Skip to content

Commit c2259e1

Browse files
committed
remove debug statement
1 parent a2561da commit c2259e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/finder/FileAdmin.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export function FileAdmin() {
3838
initial.push(found);
3939
}
4040
}
41-
console.log('initialValues', initial);
4241

4342
// replace the original <select multiple name="labels"> element with the "downshift" component
4443
const divElement = document.createElement('div');

0 commit comments

Comments
 (0)