mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-05 19:51:59 +02:00
removed accidental log
This commit is contained in:
@@ -84,7 +84,6 @@ const FileManagerContainer = () => {
|
||||
searchInputRef.current.value = '';
|
||||
}
|
||||
}, [hash, pathname, directory]);
|
||||
console.log(filesArray);
|
||||
const rowVirtualizer = useVirtualizer({
|
||||
// count: 10000,
|
||||
count: filesArray.length,
|
||||
|
||||
Reference in New Issue
Block a user