remove dead code

This commit is contained in:
A.Unger
2019-12-13 10:17:22 +01:00
parent 2903a9e3d4
commit 1ee963dcdd

View File

@@ -84,8 +84,3 @@ func MicroGateway(ctx context.Context, cancel context.CancelFunc, gr *run.Group,
// add it to the run group
return nil
}
// func init() {
// fmt.Println("doing things")
// register.AddHandler(MicroGateway)
// }