From b9449722e84379cc15bfc5b2b35b94ea5787eccc Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 30 Jul 2012 03:38:08 +0200 Subject: recovery: disable progress bar for libirecovery uploads --- src/recovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/recovery.c') diff --git a/src/recovery.c b/src/recovery.c index 4c48e0a..13073d1 100644 --- a/src/recovery.c +++ b/src/recovery.c @@ -34,7 +34,7 @@ int recovery_progress_callback(irecv_client_t client, const irecv_event_t* event) { if (event->type == IRECV_PROGRESS) { - print_progress_bar(event->progress); + //print_progress_bar(event->progress); } return 0; } -- cgit v1.1-32-gdbae