minor clean up

This commit is contained in:
Yunong Xiao 2011-12-20 15:07:07 -08:00
parent f4729032dd
commit f0e3a68a24
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ client.bind(parsed.binddn, parsed.password, function(err, res) {
if (err)
perror(err);
var entries = [];
res.on('searchEntry', function(entry) {
process.stdout.write(JSON.stringify(entry.object, null, 2) + '\n');
});