mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-18 00:19:49 +01:00
Remove log-message in test
This commit is contained in:
parent
8bbc4e6220
commit
9737094a31
@ -16,7 +16,6 @@ test.cb('should emit expire', t => {
|
|||||||
list.on('expire', entry => {
|
list.on('expire', entry => {
|
||||||
list.destroy();
|
list.destroy();
|
||||||
t.true(entry.n === 1);
|
t.true(entry.n === 1);
|
||||||
console.log('here');
|
|
||||||
t.end();
|
t.end();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user