From 52e1c8ae4420e79252e4f83c5b73e47547d23287 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Wed, 1 Feb 2023 14:13:38 +0000 Subject: [PATCH] Common Tools - gRPC: - removed useless comment --- src/common/tools/grpc/EndPointIds.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/tools/grpc/EndPointIds.py b/src/common/tools/grpc/EndPointIds.py index b3830d4c8..e4c67ee32 100644 --- a/src/common/tools/grpc/EndPointIds.py +++ b/src/common/tools/grpc/EndPointIds.py @@ -12,9 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# RFC 8466 - L2VPN Service Model (L2SM) -# Ref: https://datatracker.ietf.org/doc/html/rfc8466 - from typing import Optional from common.proto.context_pb2 import EndPointId -- GitLab