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