1
0
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:
ivaosthu 2017-11-02 23:11:50 +01:00
parent 8bbc4e6220
commit 9737094a31

View File

@ -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();
});