Skip to content

Commit

Permalink
CR: remove extraneous log
Browse files Browse the repository at this point in the history
  • Loading branch information
Yumasi committed Oct 22, 2024
1 parent c1425fa commit c87d97e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/collector/corechecks/servicediscovery/usm/ruby.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func (r railsDetector) detect(_ []string) (ServiceMetadata, bool) {
// findRailsApplicationName scans the `config/application.rb` file to find the
// Rails application name.
func (r railsDetector) findRailsApplicationName(filename string) (string, bool) {
log.Debugf("findRailsApplicationName")
file, err := r.ctx.fs.Open(filename)
if err != nil {
log.Debugf("could not open application.rb")
Expand Down

0 comments on commit c87d97e

Please sign in to comment.