mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
tidy up: remove unused code
This commit is contained in:
parent
c83a85117d
commit
85153b1676
1 changed files with 0 additions and 6 deletions
|
@ -79,12 +79,6 @@ const tsortTest = () => {
|
||||||
['C', 'A'],
|
['C', 'A'],
|
||||||
];
|
];
|
||||||
|
|
||||||
try {
|
|
||||||
sorted = tsort(edges);
|
|
||||||
} catch (e) {
|
|
||||||
console.log(e.message);
|
|
||||||
}
|
|
||||||
|
|
||||||
// example 3: generate random edges
|
// example 3: generate random edges
|
||||||
const max = 100;
|
const max = 100;
|
||||||
const iteration = 30;
|
const iteration = 30;
|
||||||
|
|
Loading…
Reference in a new issue