Compare commits

..

1 Commits

Author SHA1 Message Date
82fd32a896
remove comments 2025-03-29 20:09:20 +02:00
2 changed files with 0 additions and 2 deletions

@ -5,7 +5,6 @@ use detee_shared::app_proto::{
}; };
use detee_shared::sgx::types::brain::AppDeployConfig; use detee_shared::sgx::types::brain::AppDeployConfig;
use tokio_stream::StreamExt; use tokio_stream::StreamExt;
// use tonic::transport::{Certificate, Channel, ClientTlsConfig};
use tonic::transport::Channel; use tonic::transport::Channel;
use crate::config::Config; use crate::config::Config;

@ -13,7 +13,6 @@ use proto::{
use tokio_stream::StreamExt; use tokio_stream::StreamExt;
use tonic::metadata::errors::InvalidMetadataValue; use tonic::metadata::errors::InvalidMetadataValue;
use tonic::metadata::AsciiMetadataValue; use tonic::metadata::AsciiMetadataValue;
// use tonic::transport::{Certificate, Channel, ClientTlsConfig};
use tonic::transport::Channel; use tonic::transport::Channel;
use tonic::Request; use tonic::Request;