diff --git a/lib.js b/lib.js index 60f30ab..61c8662 100644 --- a/lib.js +++ b/lib.js @@ -27,7 +27,7 @@ function LimitedIterator(friends, filter, maxLevel) { * @constructor */ function Filter() { - console.info('Filter'); + console.info('Filter123'); } /**