1
0
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:
ivaosthu 2017-11-02 23:11:50 +01:00 committed by Ivar Conradi Østhus
parent 0fa4c367a0
commit 6642978fc7

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