Skip to content

Commit 7878c19

Browse files
authored
Merge pull request #77 from parca-dev/fix-labels-type
fix labels type
2 parents 94a752f + 108f3a6 commit 7878c19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tracer/types/parse.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ func Parse(tracers string) (IncludedTracers, error) {
152152

153153
if tracersEnabled := result.String(); tracersEnabled != "" {
154154
log.Debugf("Tracer string: %v", tracers)
155-
log.Infof("Interpreter tracers: %v", tracersEnabled)
156155
}
157156

158157
return result, nil

0 commit comments

Comments
 (0)