versioner: remove useless log message.
Test: tools/versioner/run_tests.py Change-Id: I70edafb7ad6a6274e7daa508903520dbb4b399c8
This commit is contained in:
parent
d744a9bcd5
commit
acc7921580
|
@ -336,7 +336,6 @@ static void mergeGuards(std::deque<std::string>& file_lines, GuardMap& guard_map
|
|||
|
||||
current_location.column = pos + 1;
|
||||
if (line[pos] != '/') {
|
||||
D("Trailing character '%c' is not a slash: %s\n", line[pos], line.substr(pos).c_str());
|
||||
valid = false;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue