Forgot to add to commit

This commit is contained in:
calzoneman 2013-08-17 20:22:34 -05:00
parent 26e654cf5a
commit 9f52ca7eec
1 changed files with 1 additions and 8 deletions

View File

@ -2,14 +2,7 @@ var mysql = require("mysql");
var hashlib = require("node_hash");
var bcrypt = require("bcrypt");
var $util = require("./utilities");
var Logger = {
errlog: {
log: function () {
console.log(arguments[0]);
}
}
};
var Logger = require("./logger");
var Database = function (cfg) {
this.cfg = cfg;