Skip to content

Commit

Permalink
Remove unused http require.
Browse files Browse the repository at this point in the history
  • Loading branch information
evnm committed Jan 9, 2011
1 parent 0cf953d commit b2bc8d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/dropbox-node/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var http = require('http'),
querystring = require('querystring'),
var querystring = require('querystring'),
OAuth = require('oauth').OAuth,
API_URI = 'http://api.dropbox.com/0',
CONTENT_API_URI = 'https://api-content.dropbox.com/0'
Expand Down

0 comments on commit b2bc8d8

Please sign in to comment.