Skip to content
Snippets Groups Projects
Commit 4b6343c8 authored by Alexis Nasr's avatar Alexis Nasr
Browse files

suppression of an incongrous printf

parent bc8b7248
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,6 @@ void update_link(word_buffer *wb, int orig, int dest, char *label, char *status ...@@ -308,7 +308,6 @@ void update_link(word_buffer *wb, int orig, int dest, char *label, char *status
if(status_link && !strcmp(status_link, "G")){ if(status_link && !strcmp(status_link, "G")){
fprintf(stderr, "updating governor of token %d with %d\n", orig, dest); fprintf(stderr, "updating governor of token %d with %d\n", orig, dest);
w = word_buffer_get_word_n(wb, offset + orig); w = word_buffer_get_word_n(wb, offset + orig);
printf("dest - orig = %d\n", dest - orig);
word_set_gov(w, dest - orig); word_set_gov(w, dest - orig);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment