Revert "Forward edge information"

This reverts commit 24af5b94a7.
This commit is contained in:
thorkill 2015-07-09 17:16:07 +02:00
parent 24af5b94a7
commit 0c30f9f0f1

View file

@ -142,8 +142,6 @@ bool add_edge_h(connection_t *c, const char *request) {
edge_update_weigth(e, weight);
if (e->reverse)
edge_update_weigth(e->reverse, weight);
send_add_edge(c, e);
graph();
}