From e2e2580c4eb3ecf76a2eecfde97bda13074bc4ea Mon Sep 17 00:00:00 2001
From: Gospodin Bodurov <gospodin@bodurov.net>
Date: Tue, 21 May 2019 22:00:30 +0300
Subject: [PATCH] Remove debug

---
 handler/handler.go | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/handler/handler.go b/handler/handler.go
index 6d65340..ce02346 100644
--- a/handler/handler.go
+++ b/handler/handler.go
@@ -229,9 +229,6 @@ func (s *KeyStorageServerImpl) ReserveKeyUUID(ctx context.Context, in *api.Reser
 
 func (s *KeyStorageServerImpl) GetKeyId(ctx context.Context, in *api.GetKeyIdByKeyRequest) (*api.GetKeyIdByKeyResponse, error) {
 	auth := s.CreateAuthentication(ctx)
-	log.Println(auth.Uuid + " " + auth.Session)
-	log.Println(in.PublicKey)
-	log.Println(in.EntityUUID)
 	//in.PublicKey
 	entitiesMagamentClient := keyutils.CreateEntitiesManagementClient(auth)
 	defer entitiesMagamentClient.CloseClient()
-- 
GitLab