Skip to content

Commit

Permalink
Remove deprecated gRPC comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ShehzadAhm committed Oct 2, 2024
1 parent a61e5a9 commit d9e529f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,13 +464,5 @@ func main() {
wg.Done()
}()

// Note: Deprecated gRPC server
// Start gRPC Server
// go func() {
// grpcServer.RunServer()
// wg.Done()
// }()
// fmt.Println("RuntimeConf: ", common.RuntimeConf.Cloud)

wg.Wait()
}

0 comments on commit d9e529f

Please sign in to comment.