fix: extra debug log

This commit is contained in:
Julian Lam
2021-10-14 13:59:11 -04:00
committed by GitHub
parent c84ad776c2
commit bd893cdaa3

View File

@@ -2867,7 +2867,6 @@ describe('Topics\'s', async () => {
before(async () => { before(async () => {
files = await file.walk(path.resolve(__dirname, './topics')); files = await file.walk(path.resolve(__dirname, './topics'));
console.log(files);
}); });
it('subfolder tests', () => { it('subfolder tests', () => {