chiark / gitweb /
Print that we are updating for every rsync
[ypp-sc-tools.web-live.git] / pctb / ocr.c
index 37ca7d28ed284de9b70c1cc29b1f528a20d24a12..f7cb4504224583c48f4796a11991b48b81366e22 100644 (file)
@@ -597,7 +597,6 @@ OcrReader *ocr_init(int h) {
 
   if (o_flags & ff_dict_fetch) {
     char *fetchfile= masprintf("char%d",h);
-    progress("Updating %s...",fetchfile);
     fetch_with_rsync(fetchfile);
     free(fetchfile);
   }