mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +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.destroy();
|
||||
t.true(entry.n === 1);
|
||||
console.log('here');
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user