remove debug console.table
This commit is contained in:
parent
79a0b9f44d
commit
d7e034f070
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user