diff options
| author | 2020-09-01 20:04:08 +0000 | |
|---|---|---|
| committer | 2020-09-01 20:04:08 +0000 | |
| commit | ff2ffe48acb657c959cae265529a7290013c7db8 (patch) | |
| tree | 6d05301b67632d384a392190306ecb088c896cb2 /tools/validatekeymaps/Main.cpp | |
| parent | b57f32e68ab2f57fd4ade254d524a4efce9ad30f (diff) | |
| parent | 628590d7ec80e10a3fc24b1c18a1afb55cca10a8 (diff) | |
Merge "Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)" into stage-aosp-master
Diffstat (limited to 'tools/validatekeymaps/Main.cpp')
| -rw-r--r-- | tools/validatekeymaps/Main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/validatekeymaps/Main.cpp b/tools/validatekeymaps/Main.cpp index 56a242f1daaf..5ac9dfd2a557 100644 --- a/tools/validatekeymaps/Main.cpp +++ b/tools/validatekeymaps/Main.cpp @@ -137,7 +137,6 @@ static bool validateFile(const char* filename) { } } - log("No errors.\n\n"); return true; } |