aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2016-12-08 14:39:20 -0800
committerGravatar GitHub <noreply@github.com>2016-12-08 14:39:20 -0800
commite3e38b81cc2eb3b31896342a2511cdc390bed280 (patch)
tree9f7ac7325cf5763494c3e89eba2f3c129b11f558 /src
parent4474c042c07fe208ab8bf0bd177c65dfd19d8a17 (diff)
Update commit id in Dockerfile to trigger update. (#2467)
Diffstat (limited to 'src')
-rw-r--r--src/google/protobuf/compiler/php/php_generator.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/google/protobuf/compiler/php/php_generator.cc b/src/google/protobuf/compiler/php/php_generator.cc
index 6634680d..be2739ff 100644
--- a/src/google/protobuf/compiler/php/php_generator.cc
+++ b/src/google/protobuf/compiler/php/php_generator.cc
@@ -214,9 +214,6 @@ std::string GeneratedMetadataFileName(const std::string& proto_file,
result += UnderscoresToCamelCase(
file_no_suffix.substr(start_index, first_index - start_index), true);
result += "/";
- GOOGLE_LOG(INFO) << start_index << " " << first_index;
- GOOGLE_LOG(INFO) << file_no_suffix.substr(start_index,
- first_index - start_index);
start_index = first_index + 1;
first_index = file_no_suffix.find_first_of("/", start_index);
}