Skip to content

Commit

Permalink
Merge pull request #1847 from ShehzadAhm/main
Browse files Browse the repository at this point in the history
Remove deprecated gRPC comments
  • Loading branch information
seokho-son authored Oct 4, 2024
2 parents a61e5a9 + d9e529f commit a7b1c48
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 a7b1c48

Please sign in to comment.