Remove duplicate require("util")

This commit is contained in:
hbeeken 2014-07-31 13:53:11 +01:00
parent bc8ea998bb
commit 5a714242a4
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ describe('Credentials', function() {
});
it('handle error loading from storage', function(done) {
var util = require("util");
var storage = {
getCredentials: function() {
return when.promise(function(resolve,reject) {