removed debug message

This commit is contained in:
Bryan Roe 2019-04-12 11:46:10 -07:00
parent 4b0fc75d6b
commit e55386232d
1 changed files with 0 additions and 1 deletions

1
db.js
View File

@ -289,7 +289,6 @@ module.exports.CreateDB = function (parent) {
for (var parmx = 2; parmx < arguments.length; ++parmx) { parms.push(arguments[parmx]); }
var func2 = function _func2(arg1, arg2)
{
console.log('callback');
var userCallback = _func2.userArgs.shift();
_func2.userArgs.unshift(arg2);
_func2.userArgs.unshift(arg1);