mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Remove test code
This commit is contained in:
parent
7421714fd0
commit
154104233f
1 changed files with 0 additions and 6 deletions
|
@ -527,12 +527,6 @@ export class MutesPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
});
|
||||
}
|
||||
|
||||
const originalLines = Array.from(lines);
|
||||
for (let i = 0; i < 20; i++) {
|
||||
lines = [...lines, ...originalLines];
|
||||
}
|
||||
totalMutes = lines.length;
|
||||
|
||||
const listMessage = await listMessagePromise;
|
||||
|
||||
let currentPage = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue