summaryrefslogtreecommitdiff
path: root/tools/validatekeymaps/Main.cpp
diff options
context:
space:
mode:
authorSiarhei Vishniakou <svv@google.com>2019-06-21 18:34:18 -0700
committerSiarhei Vishniakou <svv@google.com>2019-06-21 18:34:18 -0700
commit53b2c4a234a545aaf30d2b99d8aae3558c8d7a5f (patch)
tree3ec743fc55fa10f2b452e003e4f341baa1ec65ba /tools/validatekeymaps/Main.cpp
parent485887cba99bb733271bda34dc43a46d27de1a84 (diff)
Remove 'no errors' log
This log is redundant because "success" will already be printed at the end if the parsing has succeeded. Bug: none Test: validatekeymaps data/keyboards/Vendor_045e_Product_0b0c.kl Change-Id: I6e25b04d142d137101a6a9cca6e837ad35edb619
Diffstat (limited to 'tools/validatekeymaps/Main.cpp')
-rw-r--r--tools/validatekeymaps/Main.cpp1
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;
}