We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db49b0 commit 8e8a529Copy full SHA for 8e8a529
services/driver/consumer.go
@@ -60,8 +60,6 @@ type Consumer struct {
60
61
func newConsumer(ctx context.Context, tracerProvider trace.TracerProvider,
62
logger log.Factory) *Consumer {
63
- // Log something funky during initialization
64
- logger.Bg().Info("🚕 Vrooom! Driver service starting up! 🚗 Ready to find the fastest routes! 🛣️")
65
66
// Only initialize routing if routeserver URL is set and reachable
67
var routing watched.BaselineWatched
0 commit comments