StevenThuriot / express-rate-limiter

Rate limiter middleware for express applications
https://www.npmjs.org/package/express-rate-limiter
MIT License
5 stars 4 forks source link

console logging #11

Closed cja1 closed 9 years ago

cja1 commented 9 years ago

Hi again, Not sure if this is intentional, but you have console logging for every time you remove an ip from the memory store. It's the line:

console.log('delete ' + ip);

in memoryStore.js

(I started seeing strange delete xx.xx.xx.xx messages in my console window and wondered what was going on!)

StevenThuriot commented 9 years ago

It was intentional, but I'll gladly remove it for you.