config package rework #9

Merged
vtolstov merged 3 commits from config into master 2020-12-04 02:28:46 +03:00
Showing only changes of commit 2fed9ecbeb - Show all commits

View File

@ -20,7 +20,6 @@ func LookupRoute(ctx context.Context, req Request, opts CallOptions) ([]string,
}
if opts.Router == nil {
fmt.Printf("%#+v\n", opts)
return nil, router.ErrRouteNotFound
}