remove comments
This commit is contained in:
		
							parent
							
								
									c56843b3fd
								
							
						
					
					
						commit
						82fd32a896
					
				| @ -19,7 +19,6 @@ serde_yaml = "0.9.34" | |||||||
| tabled = "0.17.0" | tabled = "0.17.0" | ||||||
| tokio-stream = "0.1.17" | tokio-stream = "0.1.17" | ||||||
| tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] } | tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] } | ||||||
| # tonic = { version = "0.12", features = ["tls"] } |  | ||||||
| tonic = { version = "0.12" } | tonic = { version = "0.12" } | ||||||
| thiserror = "2.0.9" | thiserror = "2.0.9" | ||||||
| bs58 = "0.5.1" | bs58 = "0.5.1" | ||||||
|  | |||||||
| @ -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; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user