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
This commit is contained in:
Siarhei Vishniakou
2019-06-21 18:34:18 -07:00
parent 485887cba9
commit 53b2c4a234

View File

@@ -137,7 +137,6 @@ static bool validateFile(const char* filename) {
}
}
log("No errors.\n\n");
return true;
}