Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper committed Jan 23, 2012
1 parent 274c26b commit 911fa31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var request = require('request')
, couch = require('couch')
, qs = require('querystring')
, filed = require('filed')
, path = require('path')
Expand All @@ -15,7 +14,6 @@ module.exports = function (t, rewrites, options) {
to = to.replace(':' + param, val)
if (query) {
_.each(query, function(queryVal, queryKey) {
// var newVal = _.isArray(queryVal) ? JSON.stringify(queryVal) : queryVal
function replaceSymbol(input) {
if (!_.isString(input)) return input
return input.replace(':' + param, val)
Expand Down

0 comments on commit 911fa31

Please sign in to comment.