mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
clean out logging
This commit is contained in:
@@ -161,7 +161,6 @@ func (r *Router) HandleInput(sourceId string, payload any) []RoutingError {
|
|||||||
func (r *Router) HandleOutput(sourceId string, destinationId string, payload any) error {
|
func (r *Router) HandleOutput(sourceId string, destinationId string, payload any) error {
|
||||||
for _, moduleInstance := range r.ModuleInstances {
|
for _, moduleInstance := range r.ModuleInstances {
|
||||||
if moduleInstance.Id() == destinationId {
|
if moduleInstance.Id() == destinationId {
|
||||||
slog.Debug("routing", "source", sourceId, "destination", destinationId, "payload", payload)
|
|
||||||
return moduleInstance.Output(payload)
|
return moduleInstance.Output(payload)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user