Skip to content
Snippets Groups Projects
Commit e7a00425 authored by Pregmodder's avatar Pregmodder
Browse files

Debug removal.

parent 7c134020
Branches
Tags
4 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master,!176Pregmod v1003-1061
:: heroCreator.tw [script] :: heroCreator.tw [script]
window.getHeroSlave = function(heroSlave, baseHeroSlave) { window.getHeroSlave = function(heroSlave, baseHeroSlave) {
console.log("getHeroSlave for", heroSlave)
var newSlave = clone(baseHeroSlave); var newSlave = clone(baseHeroSlave);
for (var attrname in heroSlave) { for (var attrname in heroSlave) {
newSlave[attrname] = heroSlave[attrname]; newSlave[attrname] = heroSlave[attrname];
}; };
console.log("returning ", newSlave);
return newSlave; return newSlave;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment