diff --git a/Gemfile.lock b/Gemfile.lock index 34a943c..30a85c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cobweb (1.0.26) + cobweb (1.0.27) addressable (~> 2.3) haml (~> 4.0) json (~> 1.8) diff --git a/lib/cobweb_crawler.rb b/lib/cobweb_crawler.rb index c68aa5d..acb9f4f 100644 --- a/lib/cobweb_crawler.rb +++ b/lib/cobweb_crawler.rb @@ -1,6 +1,5 @@ require 'digest/md5' require 'date' -require 'ap' require 'redis-namespace' # CobwebCrawler is a standalone crawler, it includes a built in statistics monitor using Sinatra.