remove debug console.table

This commit is contained in:
ras0q
2024-01-03 23:36:12 +08:00
committed by fyears
parent 79a0b9f44d
commit d7e034f070
-1
View File
@@ -991,7 +991,6 @@ export const getSyncPlan = async (
ignorePaths, ignorePaths,
password password
); );
console.table(mixedStates)
const sortedKeys = Object.keys(mixedStates).sort( const sortedKeys = Object.keys(mixedStates).sort(
(k1, k2) => k2.length - k1.length (k1, k2) => k2.length - k1.length