mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-29 16:45:13 +02:00
remove console.time's
This commit is contained in:
parent
700271c279
commit
e54b028e34
@ -229,7 +229,6 @@ export default {
|
||||
}
|
||||
|
||||
const getEntries = async () => {
|
||||
console.time('getEntries');
|
||||
processingHandler.start();
|
||||
try {
|
||||
const cwd = props.path;
|
||||
@ -287,7 +286,6 @@ export default {
|
||||
return Promise.all(procs).then(() => {
|
||||
emitStats();
|
||||
sortEntries();
|
||||
console.timeEnd('getEntries');
|
||||
}).finally(() => processingHandler.stop());
|
||||
} catch (error) {
|
||||
entries.value = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user