Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2020-12-04 02:20:39 +03:00
parent e9e861a688
commit 2fed9ecbeb

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
}