From 7710ead495227e80a0f06ceb66bdf3238d926f77 Mon Sep 17 00:00:00 2001 From: Ethan Bao Date: Fri, 15 Jan 2016 14:26:45 -0800 Subject: [PATCH] remove bad import in logging_config.proto --- google/logging/v2/logging_config.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/google/logging/v2/logging_config.proto b/google/logging/v2/logging_config.proto index a3564a8b..5fdc407a 100644 --- a/google/logging/v2/logging_config.proto +++ b/google/logging/v2/logging_config.proto @@ -17,7 +17,6 @@ syntax = "proto3"; package google.logging.v2; import "google/api/annotations.proto"; -import "google/logging/v1/logging_config.proto"; import "google/protobuf/empty.proto"; import "google/protobuf/timestamp.proto";