Skip to content

Commit

Permalink
Don't require http_logger if just using the API
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 4, 2014
1 parent 26b308d commit f2872cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions bin/ldp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'ldp'
require 'slop'
require 'http_logger'

HttpLogger.logger = Logger.new(STDERR)
HttpLogger.log_headers = true
Expand Down
1 change: 0 additions & 1 deletion lib/ldp.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'ldp/version'
require 'linkeddata'
require 'logger'
require 'http_logger'

module Ldp
RDF::Graph.send(:include, RDF::Isomorphic)
Expand Down

0 comments on commit f2872cd

Please sign in to comment.