mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
remove debug console.table
This commit is contained in:
parent
79a0b9f44d
commit
d7e034f070
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user