Browse Source

remove debug logs

Abhishek Kondur 2 năm trước cách đây
mục cha
commit
6ab779e6e6
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      mq/publishers.go

+ 0 - 2
mq/publishers.go

@@ -101,7 +101,6 @@ func FlushNetworkPeersToHost(client *models.Client, networkClients []models.Clie
 	}
 	if client.Node.IsRelayed {
 		// update the relay peer on this node
-		logger.Log(0, "HEREEEEEEEEEEEEEEE 1")
 		relayNode, err := logic.GetNodeByID(client.Node.RelayedBy)
 		if err != nil {
 			return err
@@ -110,7 +109,6 @@ func FlushNetworkPeersToHost(client *models.Client, networkClients []models.Clie
 		if err != nil {
 			return err
 		}
-		logger.Log(0, "HEREEEEEEEEEEEEEEE 2")
 		relayedClient := client
 		relayClient := &models.Client{
 			Host: *relayHost,