diff options
| author | 2019-09-25 17:07:32 +0000 | |
|---|---|---|
| committer | 2019-09-25 17:07:32 +0000 | |
| commit | 053cacc6ed59300469f4551fc27374b14b1f2317 (patch) | |
| tree | 18ef433606e87df31be40be1816101ec966c1b5e /tools/validatekeymaps/Main.cpp | |
| parent | 04df96b1f66a15d2a3fe9ee6f5c6c69a183ff444 (diff) | |
| parent | 53b2c4a234a545aaf30d2b99d8aae3558c8d7a5f (diff) | |
Merge "Remove 'no errors' log"
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; } |