remove debug console.table

This commit is contained in:
ras0q 2023-12-29 22:55:59 +09:00 committed by fyears
parent 79a0b9f44d
commit d7e034f070

View File

@ -991,7 +991,6 @@ export const getSyncPlan = async (
ignorePaths,
password
);
console.table(mixedStates)
const sortedKeys = Object.keys(mixedStates).sort(
(k1, k2) => k2.length - k1.length