versioner: remove useless log message.

Test: tools/versioner/run_tests.py
Change-Id: I70edafb7ad6a6274e7daa508903520dbb4b399c8
This commit is contained in:
Josh Gao 2017-04-03 11:48:55 -07:00
parent d744a9bcd5
commit acc7921580
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}