remove a print statement
This commit is contained in:
parent
4221d437ce
commit
9b4a046159
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ Ox.doc = (function() {
|
|||
instances[constructor.name] = instance;
|
||||
nodes[constructor.name] = instance['class'];
|
||||
});
|
||||
Ox.print('CHAINS', getChains(nodes))
|
||||
Ox.forEach(getChains(nodes), function(chain, childName) {
|
||||
var child = instances[childName];
|
||||
chain.forEach(function(parentName) {
|
||||
|
|
Loading…
Reference in a new issue