took out the part about adjencies for realtime

This commit is contained in:
Connor Turland 2013-01-04 01:08:06 -05:00
parent bba4ec2cf3
commit f447334563

View file

@ -29,7 +29,6 @@ if (!arraysEqual(json,newJSON)) {
});
}
else { // in this case we found a topic so we have to update it
temp.adjacencies = topic.adjacencies;
var newPos = new $jit.Complex();
newPos.x = temp.data.$xloc;
newPos.y = temp.data.$yloc;