diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2015-12-03 20:56:42 +0200 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2015-12-04 19:26:59 -0800 |
commit | 6289f9ad35c1eef1337d91d28e03380a9292e49d (patch) | |
tree | 967be8d4bddeaefebd98e996fe619ae0dbff70e9 | |
parent | beca804b507d7d7f29139f10bb0c6ab3fa6a96de (diff) | |
download | bootable_recovery-6289f9ad35c1eef1337d91d28e03380a9292e49d.zip bootable_recovery-6289f9ad35c1eef1337d91d28e03380a9292e49d.tar.gz bootable_recovery-6289f9ad35c1eef1337d91d28e03380a9292e49d.tar.bz2 |
recovery: Remove "Supported API" message
Change-Id: Iac2153403ee66c8544c7d809f7b037aedeaf9d21
-rw-r--r-- | recovery.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recovery.cpp b/recovery.cpp index 59e35c1..a73cf10 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -1407,8 +1407,6 @@ main(int argc, char **argv) { property_list(print_property, NULL); printf("\n"); - ui->Print("Supported API: %d\n", RECOVERY_API_VERSION); - int status = INSTALL_SUCCESS; #ifdef HAVE_OEMLOCK |