remove a print statement

This commit is contained in:
rolux 2012-06-02 11:19:33 +02:00
parent 4221d437ce
commit 9b4a046159

View file

@ -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) {