chore: remove extra debug message

This commit is contained in:
Jose Diaz-Gonzalez
2025-08-22 01:52:58 -04:00
parent 882ca8781b
commit ef2d014ed6

View File

@@ -576,7 +576,6 @@ func getAutoscaling(input GetAutoscalingInput) (ProcessAutoscaling, error) {
}
if !ok {
common.LogWarn(fmt.Sprintf("No autoscaling config found for %s:%s", input.AppName, input.ProcessType))
return ProcessAutoscaling{}, nil
}