mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Remove log-message in test
This commit is contained in:
parent
0fa4c367a0
commit
6642978fc7
@ -16,7 +16,6 @@ test.cb('should emit expire', t => {
|
||||
list.on('expire', entry => {
|
||||
list.destroy();
|
||||
t.true(entry.n === 1);
|
||||
console.log('here');
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user