Skip to content
Snippets Groups Projects
Commit 66f39529 authored by Danny Auble's avatar Danny Auble
Browse files

removed debug

parent f27f3c78
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,6 @@ extern void init_grid(node_info_msg_t *node_info_ptr) ...@@ -152,7 +152,6 @@ extern void init_grid(node_info_msg_t *node_info_ptr)
j = len - 1; j = len - 1;
while ((node_info_ptr->node_array[i].name[j] >= '0') && while ((node_info_ptr->node_array[i].name[j] >= '0') &&
(node_info_ptr->node_array[i].name[j] <= '9')) { (node_info_ptr->node_array[i].name[j] <= '9')) {
info("j is %d", j);
node_ptr->coord[0] *= 10; node_ptr->coord[0] *= 10;
node_ptr->coord[0] += node_ptr->coord[0] +=
node_info_ptr->node_array[i].name[j] node_info_ptr->node_array[i].name[j]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment