Skip to content

Commit f75d7ec

Browse files
committed
remove printing starport lines
1 parent a264c2a commit f75d7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spawn/parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func (fc *FileContent) RemoveLineWithAnyMatch(text string) {
172172

173173
for _, line := range splitContent {
174174
if strings.Contains(line, text) {
175-
fmt.Println("removing line", line)
175+
fc.Logger.Debug("rm", "line", line)
176176
continue
177177
}
178178

0 commit comments

Comments
 (0)