From 919e34552b52af28edd2d47f0e2288c8721fddcd Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Mon, 5 Nov 2012 22:31:49 -0500 Subject: [PATCH] remove unneeded line --- lib/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 3e37071..fd3aca5 100644 --- a/lib/index.js +++ b/lib/index.js @@ -5,7 +5,6 @@ var util = require('util'); var native_findOne = mongodb.Collection.prototype.findOne; mongodb.Collection.prototype.findOne = function findOne(){ - var original_arguments = arguments; var args = Array.prototype.slice.call(arguments, 0); var callback = args.pop(); var self = this;