stewartmckee / cobweb

Web crawler with very flexible crawling options. Can either use standalone or can be used with resque to perform clustered crawls.
MIT License
227 stars 45 forks source link

Removed puts which generates a lot of noise. #31

Closed etagwerker closed 9 years ago

etagwerker commented 9 years ago

Hey @stewartmckee!

I just removed a puts which was generating a lot of noise.

Another alternative would be to use something like debug_puts

Please check it out and let me know.

Thanks!

stewartmckee commented 9 years ago

Merged thanks.